diff options
| author | Alexey Melnichuk <alexeymelnichuck@gmail.com> | 2018-09-05 07:59:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-05 07:59:44 +0300 |
| commit | 53adf5621d285952d6f56be889262127741c26cb (patch) | |
| tree | 1d626db1933134cc1f127d526ad5cdb30a9775b0 /lakefile | |
| parent | 00ca97711b657c7d395d91212364a82dac1d4625 (diff) | |
| parent | d534bfc9586c1260d3255f949b7aa6f48511af3a (diff) | |
| download | lua-llthreads2-53adf5621d285952d6f56be889262127741c26cb.tar.gz lua-llthreads2-53adf5621d285952d6f56be889262127741c26cb.tar.bz2 lua-llthreads2-53adf5621d285952d6f56be889262127741c26cb.zip | |
Merge pull request #17 from osch/master
avoid NULL as parameter to fputs()
Diffstat (limited to 'lakefile')
| -rw-r--r-- | lakefile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -45,6 +45,7 @@ target('test', install, function() | |||
| 45 | run_test('test_threads_ex_opt_2.lua') | 45 | run_test('test_threads_ex_opt_2.lua') |
| 46 | run_test('test_threads_attr.lua') | 46 | run_test('test_threads_attr.lua') |
| 47 | run_test('test_interrupt.lua') | 47 | run_test('test_interrupt.lua') |
| 48 | run_test('test_error.lua') | ||
| 48 | 49 | ||
| 49 | 50 | ||
| 50 | if not test_summary() then | 51 | if not test_summary() then |
