Renamed to QR Script
- Split into three projects: Library, Console, and Tests - Library compiles as QRScript.Interpreter to avoid conflicts
This commit is contained in:
parent
e681e6144c
commit
6501b72973
16 changed files with 82 additions and 20 deletions
15
QRScript.Test/UnitTest1.cs
Normal file
15
QRScript.Test/UnitTest1.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
namespace QRScript.Test;
|
||||
|
||||
public class Tests
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Test1()
|
||||
{
|
||||
Assert.Pass();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue