summaryrefslogtreecommitdiff
path: root/lakefile
diff options
context:
space:
mode:
authorAlexey Melnichuk <mimir@newmail.ru>2014-06-25 10:11:17 +0500
committerAlexey Melnichuk <mimir@newmail.ru>2014-06-25 10:11:17 +0500
commit3de8f797d0e235efd20fdc9c55c8068893f4fd03 (patch)
treee995e196db486bab6edfd6023c1e41bd1875caf8 /lakefile
parent04dce92542c727041ae042ede83a94e0e5e5a99f (diff)
downloadlua-llthreads2-3de8f797d0e235efd20fdc9c55c8068893f4fd03.tar.gz
lua-llthreads2-3de8f797d0e235efd20fdc9c55c8068893f4fd03.tar.bz2
lua-llthreads2-3de8f797d0e235efd20fdc9c55c8068893f4fd03.zip
Add. started/detached/joinable methods to thread object.
Diffstat (limited to 'lakefile')
-rw-r--r--lakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lakefile b/lakefile
index c6db75b..9df24ac 100644
--- a/lakefile
+++ b/lakefile
@@ -41,6 +41,7 @@ target('test', install, function()
41 run_test('test_threads_ex.lua 10') 41 run_test('test_threads_ex.lua 10')
42 run_test('test_threads_ex_arg.lua') 42 run_test('test_threads_ex_arg.lua')
43 run_test('test_threads_ex_opt.lua') 43 run_test('test_threads_ex_opt.lua')
44 run_test('test_threads_attr.lua')
44 45
45 46
46 if not test_summary() then 47 if not test_summary() then