Skip to content

Commit

Permalink
Update test runner script
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Jul 11, 2020
1 parent 2b04f34 commit 471c28d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions run_tests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ cd ..\..

cd ravi\tests\language
ravi ravi_tests1.ravi
cd ..\..
ravi defer_tests.ravi
cd ..\..\..

cd ravi\tests\lua53
ravi -e"_port=1" all.lua
cd ..\..
cd ..\..\..

cd ravi-torch7\test
ravi -ltorch -e "t=torch.test(); if t.errors[1] then os.exit(1) end"
Expand Down

0 comments on commit 471c28d

Please sign in to comment.