2
0
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:
2019-03-08 11:32:25 +00:00
parent a01efa4a09
commit f43c79ee55
16 changed files with 51 additions and 106 deletions

View File

@ -0,0 +1,11 @@

namespace Test.NetCoreRT
{
class Program
{
static void Main(string[] args)
{
Examples.Test.Run(args);
}
}
}