Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Oct 8, 2016
1 parent 45b2258 commit b116313
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 b116313

Please sign in to comment.