Skip to content

Commit

Permalink
- Updated test scripts to work with appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
tgiphil committed Jun 14, 2014
1 parent 2cc8a79 commit 7a6e079
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Tests/Mosa.UnitTests.xunit
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<xunit>
<assemblies>
<assembly filename="..\bin\Mosa.Platform.Internal.x86.xUnit.dll" shadow-copy="true" />
<assembly filename="..\bin\Mosa.Compiler.Framework.xUnit.dll" shadow-copy="true" />
<assembly filename="..\bin\Mosa.Test.Collection.x86.xUnit.dll" shadow-copy="true" />
<assembly filename="..\bin\Mosa.Platform.Internal.x86.xUnit.dll" shadow-copy="true" Verbose="false"/>
<assembly filename="..\bin\Mosa.Compiler.Framework.xUnit.dll" shadow-copy="true" Verbose="false"/>
<assembly filename="..\bin\Mosa.Test.Collection.x86.xUnit.dll" shadow-copy="true" Verbose="false"/>
</assemblies>
</xunit>
2 changes: 0 additions & 2 deletions Tests/RunUnitTests.bat → Tests/RunAllUnitTests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ CD ..\Tests
SET XUNIT="..\Tools\xunit\xunit.console.clr4.x86.exe"

%XUNIT% Mosa.UnitTests.xunit

pause
3 changes: 3 additions & 0 deletions Tests/RunAllUnitTestsWithPause.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CALL RunAllUnitTests.bat

pause

0 comments on commit 7a6e079

Please sign in to comment.