mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-07-04 19:23:43 -04:00
Moved tests into their own folder.
This commit is contained in:
11
Tests/Test.NetCoreRT/Program.cs
Normal file
11
Tests/Test.NetCoreRT/Program.cs
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
namespace Test.NetCoreRT
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Examples.Test.Run(args);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user