Skip to content

Commit

Permalink
Merge pull request #21 from lukego/raptorjit-testsuite
Browse files Browse the repository at this point in the history
Fork LuaJIT-test-cleanup to raptorjit-testsuite
  • Loading branch information
lukego committed Mar 14, 2017
2 parents 235e82b + bfe7ddc commit a717eb1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "submodules/luajit-test-cleanup"]
path = submodules/luajit-test-cleanup
url = https://github.com/luajit/luajit-test-cleanup
[submodule "submodules/raptorjit-testsuite"]
path = submodules/raptorjit-testsuite
url = https://github.com/raptorjit/raptorjit-testsuite
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ sudo: false
script:
- make
- src/luajit -e 'for i = 1, 1000 do end'
- git submodule init submodules/luajit-test-cleanup
- (cd submodules/luajit-test-cleanup/test; ../../../src/luajit test.lua $(seq 1 508 | grep -v 366))
- git submodule init submodules/raptorjit-testsuite
- (cd submodules/raptorjit-testsuite/test; ../../../src/luajit test.lua)
1 change: 0 additions & 1 deletion submodules/luajit-test-cleanup
Submodule luajit-test-cleanup deleted from 014708
1 change: 1 addition & 0 deletions submodules/raptorjit-testsuite
Submodule raptorjit-testsuite added at e09484

0 comments on commit a717eb1

Please sign in to comment.