Make the Fuse test classes more generic, so I can use them again for the Z80 fuse runner.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon
2019-08-13 18:51:34 +01:00
parent 3c7ca33efe
commit 63ef445a78
13 changed files with 86 additions and 39 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ namespace Fuse
{
public static void Main(string[] args)
{
var suite = new TestSuite("fuse-tests\\tests");
var suite = new TestSuite<RegisterState>("fuse-tests\\tests");
suite.Read();
suite.Parse();
suite.Run();