diff options
author | Alexey Melnichuk <mimir@newmail.ru> | 2014-06-25 10:11:17 +0500 |
---|---|---|
committer | Alexey Melnichuk <mimir@newmail.ru> | 2014-06-25 10:11:17 +0500 |
commit | 3de8f797d0e235efd20fdc9c55c8068893f4fd03 (patch) | |
tree | e995e196db486bab6edfd6023c1e41bd1875caf8 /lakefile | |
parent | 04dce92542c727041ae042ede83a94e0e5e5a99f (diff) | |
download | lua-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-- | lakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |