mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Reification test
This commit is contained in:
parent
fe3ba6d4d8
commit
e8eec204fb
5 changed files with 25 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
FileVersion = 1
|
||||
Dependencies = {corlib = "*", LibA = "*", LibB = "*"}
|
||||
|
||||
[Project]
|
||||
Name = "TestsB"
|
||||
StartupObject = "Program"
|
||||
StartupObject = "TestsB.Program"
|
||||
|
|
10
IDEHelper/Tests/TestsB/src/Program.bf
Normal file
10
IDEHelper/Tests/TestsB/src/Program.bf
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace TestsB
|
||||
{
|
||||
class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
3
IDEHelper/Tests/scripts/Reify.txt
Normal file
3
IDEHelper/Tests/scripts/Reify.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Compile()
|
||||
RunTests(true, false)
|
||||
Compile()
|
10
IDEHelper/Tests/src/Program.bf
Normal file
10
IDEHelper/Tests/src/Program.bf
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace Tests
|
||||
{
|
||||
class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue