Add test script to run xUnit tests

This commit is contained in:
Andrew Schwartzmeyer 2015-11-24 15:17:54 -08:00
parent 08f7d2b3ca
commit 15d0bf2637

7
test.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
cd src/Microsoft.PowerShell.Linux.UnitTests
source ~/.dnx/dnvm/dnvm.sh
dnvm use 1.0.0-rc2-16177 -r coreclr
dnx test
cd ../..