Commit 9651e5e4 authored by Marc Gravell's avatar Marc Gravell

Make sure the Windows test knows whether it is running .NET vs Mono

parent 16b87bba
......@@ -7,5 +7,9 @@
@echo Building BasicTest.exe ...
@call mcs BasicTest\Program.cs -out:BasicTest\bin\mono\BasicTest.exe -target:exe -o+ -r:StackExchange.Redis\bin\mono\StackExchange.Redis.dll
@copy StackExchange.Redis\bin\mono\*.* BasicTest\bin\mono > nul
@echo Running basic test ...
@echo .
@echo Running basic test (Mono) ...
@call mono BasicTest\bin\mono\BasicTest.exe 100000
@echo .
@echo Running basic test (.NET) ...
@call BasicTest\bin\mono\BasicTest.exe 100000
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment