Typex: add simple tests

This commit is contained in:
s2224834 2019-02-28 17:22:09 +00:00
parent 1f9fd92b01
commit 765aded208
2 changed files with 106 additions and 0 deletions

View file

@ -86,6 +86,7 @@ import "./tests/ConvertCoordinateFormat";
import "./tests/Enigma";
import "./tests/Bombe";
import "./tests/MultipleBombe";
import "./tests/Typex";
// Cannot test operations that use the File type yet
//import "./tests/SplitColourChannels";