mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-11-03 00:16:06 +00:00
Move the EightBit (.Net) test projects to better locations.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
19
M6502/M6502.Test/Program.cs
Normal file
19
M6502/M6502.Test/Program.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
// <copyright file="Program.cs" company="Adrian Conlon">
|
||||
// Copyright (c) Adrian Conlon. All rights reserved.
|
||||
// </copyright>
|
||||
|
||||
namespace M6502.Test
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
var configuration = new Configuration();
|
||||
|
||||
////configuration.DebugMode = true;
|
||||
|
||||
var harness = new TestHarness(configuration);
|
||||
harness.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user