Skip to content

Commit

Permalink
Merge branch 'lua-51-testsuite' of https://github.com/LuaJIT/LuaJIT-t…
Browse files Browse the repository at this point in the history
…est-cleanup into lua-51-testsuite
  • Loading branch information
Dibyendu Majumdar committed Oct 8, 2016
2 parents ea00add + b116313 commit 7b022d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua5.1-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
This directory contains a modified version of the Lua 5.1 test suite. The modifications are primarily to disable or amend some tests
so that the test suite can be run.

## LuaJIT build options

Some tests will fail if LUA 5.2 compatibility is turned on.

## Running the test suite

You need to have `luajit` on your path.

On UNIX systems just execute:
```
./run.sh
sh run.sh
```

## Tests disabled or ignored
Expand Down

0 comments on commit 7b022d4

Please sign in to comment.