diff options
| author | Alexey Melnichuk <mimir@newmail.ru> | 2014-02-04 11:06:17 +0400 |
|---|---|---|
| committer | Alexey Melnichuk <mimir@newmail.ru> | 2014-02-04 11:06:17 +0400 |
| commit | cef9a7a112a8322e2c6498021df59e4a8f7b5246 (patch) | |
| tree | 5a885427afef52cbd3067c79b1f24406e42ecf87 /lakefile | |
| parent | d35bf824e0dd9c3584d1587b5ec662a0fcf71bfe (diff) | |
| download | lua-llthreads2-cef9a7a112a8322e2c6498021df59e4a8f7b5246.tar.gz lua-llthreads2-cef9a7a112a8322e2c6498021df59e4a8f7b5246.tar.bz2 lua-llthreads2-cef9a7a112a8322e2c6498021df59e4a8f7b5246.zip | |
Add. `thread:alive()` method.
Diffstat (limited to 'lakefile')
| -rw-r--r-- | lakefile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -36,6 +36,7 @@ target('test', install, function() | |||
| 36 | run_test('test_register_ffi.lua') | 36 | run_test('test_register_ffi.lua') |
| 37 | run_test('test_logger.lua') | 37 | run_test('test_logger.lua') |
| 38 | run_test('test_pass_cfunction.lua') | 38 | run_test('test_pass_cfunction.lua') |
| 39 | run_test('test_alive.lua') | ||
| 39 | 40 | ||
| 40 | if not test_summary() then | 41 | if not test_summary() then |
| 41 | quit("test fail") | 42 | quit("test fail") |
