summaryrefslogtreecommitdiff
path: root/lakefile
diff options
context:
space:
mode:
authorosch <oliver at luced de>2018-09-04 21:33:12 +0200
committerosch <oliver at luced de>2018-09-04 21:36:07 +0200
commitf5f119f51a0241f8bbb1f8710fb37119b375539b (patch)
tree58cfbc3da6475096b0f3c28786e701fbbc7e723e /lakefile
parent00ca97711b657c7d395d91212364a82dac1d4625 (diff)
downloadlua-llthreads2-f5f119f51a0241f8bbb1f8710fb37119b375539b.tar.gz
lua-llthreads2-f5f119f51a0241f8bbb1f8710fb37119b375539b.tar.bz2
lua-llthreads2-f5f119f51a0241f8bbb1f8710fb37119b375539b.zip
avoid NULL as parameter to fputs()
Diffstat (limited to 'lakefile')
-rw-r--r--lakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lakefile b/lakefile
index af9661e..a5cb006 100644
--- a/lakefile
+++ b/lakefile
@@ -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