Skip to content

Commit

Permalink
Merge pull request #14 from lukego/testsuite
Browse files Browse the repository at this point in the history
Add LuaJIT test suite as submodule & integrate with Travis-CI
  • Loading branch information
lukego committed Mar 13, 2017
2 parents 3ec733f + 09b2f3e commit e2eb703
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "submodules/luajit-test-cleanup"]
path = submodules/luajit-test-cleanup
url = https://github.com/luajit/luajit-test-cleanup
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +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))
1 change: 1 addition & 0 deletions submodules/luajit-test-cleanup
Submodule luajit-test-cleanup added at 014708

0 comments on commit e2eb703

Please sign in to comment.