Z80 .net 9 analysis changes

This commit is contained in:
Adrian Conlon
2024-10-12 12:09:22 +01:00
parent 3b80ee7b37
commit f6829f2ec0
11 changed files with 829 additions and 749 deletions
+6 -13
View File
@@ -2,16 +2,9 @@
// Copyright (c) Adrian Conlon. All rights reserved.
// </copyright>
namespace Fuse
{
class Program
{
static void Main(string[] args)
{
var suite = new TestSuite("fuse-tests\\tests");
suite.Read();
suite.Parse();
suite.Run();
}
}
}
using Z80.FuseTest;
var suite = new TestSuite("fuse-tests\\tests");
suite.Read();
suite.Parse();
suite.Run();