Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-04-25 | cmake doesn't support finding luajit, so skip it | leaf corcoran | 2 | -12/+20 |
2020-04-25 | attempting to fix luajit cmake build | leaf corcoran | 1 | -1/+1 |
2020-04-25 | use different header path for luajit make builds | leaf corcoran | 1 | -1/+6 |
2020-04-25 | support error message testing for modern versions of lua | leaf corcoran | 1 | -12/+56 |
2020-04-25 | add one_of testing to avoid hash table ordering causing test to fail | leaf corcoran | 2 | -3/+33 |
2020-04-25 | make tests fail when they fail | leaf corcoran | 1 | -2/+2 |
2020-04-25 | tell cmake where lua is | leaf corcoran | 1 | -1/+1 |
2020-04-25 | use local lua for makefile build | leaf corcoran | 2 | -2/+2 |
2020-04-25 | build after tests, so tests can do their own build test | leaf corcoran | 1 | -3/+4 |
2020-04-25 | fail if tests are blocked | leaf corcoran | 1 | -1/+1 |