Moved tests into their own folder.
This commit is contained in:
parent
b841a28177
commit
81cd9ff9fa
16 changed files with 51 additions and 106 deletions
11
Tests/Test.NetCore/Program.cs
Normal file
11
Tests/Test.NetCore/Program.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
namespace Test.NetCore
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Examples.Test.Run(args);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue