Skip to content

Commit

Permalink
Fix compiler tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertvanderHulst committed Aug 22, 2023
1 parent bc5cb5b commit 1dca11c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/RunCompilertests.cmd → RunCompilertests.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd "%~dp0\Tests"
cd "%~dp0\src\CompilerTests"
echo Run compiler tests (using the release compiler)
call runtests.cmd
4 changes: 2 additions & 2 deletions src/CompilerTests/runtests.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET ROOT=%~dp0
SET BINARIESDIR=%ROOT%..\XSharp\Artifacts
SET TESTDIR=%ROOT%..\XSharp\Artifacts\Tests
SET BINARIESDIR=%ROOT%..\..\Artifacts\
SET TESTDIR=%BINARIESDIR%Tests
SET XSCOMPILER=%BINARIESDIR%\Bin\xsc\Release\net472\xsc.exe
SET XSTESTPROJECT=%ROOT%xSharp Tests.viproj
SET XSRUNTIMEFOLDER=%ROOT%Runtime
Expand Down

0 comments on commit 1dca11c

Please sign in to comment.