mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-24 18:16:43 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user