Cosmos/source/IL2CPU.Tests/Tests/buildalltests.bat

54 lines
No EOL
1.1 KiB
Batchfile

cd ComplexerIfStatements
call csc ComplexerIfStatements.cs
cd ..
cd TestEmptyMethodApp
call csc TestEmptyMethodApp.cs
cd ..
cd SimpleAddFunction
call csc SimpleAddFunction.cs
cd ..
cd SimpleByRefParam
call csc SimpleByRefParam.cs
cd ..
cd SimpleEchoFunction
call csc SimpleEchoFunction.cs
cd ..
cd SimpleFunctionCall
call csc SimpleFunctionCall.cs
cd ..
cd SimpleIfStatement
call csc SimpleIfStatement.cs
cd ..
cd SimpleMethodCall
call csc SimpleMethodCall.cs
cd ..
cd SimplePInvokeTest
call csc SimplePInvokeTest.cs
cd ..
cd SimpleStructTest
call csc SimpleStructTest.cs
cd ..
cd SimpleSubtractFunction
call csc SimpleSubtractFunction.cs
cd ..
cd SimpleVar
call csc SimpleVar.cs
cd ..
cd SingleMethodWithParam
call csc SimpleMethodWithParam.cs
cd ..
cd TestSimpleArrays
call csc TestSimpleArrays.cs
cd ..
cd TwoIfStatements
call csc TwoIfStatements.cs
cd ..
cd TwoMethodsWithLocals
call csc TwoMethodsWithLocals.cs
cd ..
cd SimpleForWithIf
call csc SimpleForWithIf.cs
cd ..
cd SimpleStructIndexing
call csc SimpleStructIndexing.cs
cd ..