diff options
author | Alexey Melnichuk <mimir@newmail.ru> | 2014-02-04 09:56:38 +0400 |
---|---|---|
committer | Alexey Melnichuk <mimir@newmail.ru> | 2014-02-04 09:56:38 +0400 |
commit | d35bf824e0dd9c3584d1587b5ec662a0fcf71bfe (patch) | |
tree | 8a52611e53cf10c82312558e6b66bf8639e723b5 /.travis.yml | |
parent | aa247887dcf9ad0375723ce91c39243df2baf547 (diff) | |
download | lua-llthreads2-d35bf824e0dd9c3584d1587b5ec662a0fcf71bfe.tar.gz lua-llthreads2-d35bf824e0dd9c3584d1587b5ec662a0fcf71bfe.tar.bz2 lua-llthreads2-d35bf824e0dd9c3584d1587b5ec662a0fcf71bfe.zip |
Add. Test to double join to same thread
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 38b2ca6..b6dc082 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -51,6 +51,7 @@ script: | |||
51 | # - lua$LUA_SFX test_register_llthreads.lua | 51 | # - lua$LUA_SFX test_register_llthreads.lua |
52 | - lua$LUA_SFX test_join_timeout.lua | 52 | - lua$LUA_SFX test_join_timeout.lua |
53 | - lua$LUA_SFX test_join_detach.lua | 53 | - lua$LUA_SFX test_join_detach.lua |
54 | - lua$LUA_SFX test_join_error.lua | ||
54 | - lua$LUA_SFX test_register_ffi.lua | 55 | - lua$LUA_SFX test_register_ffi.lua |
55 | - lua$LUA_SFX test_logger.lua | 56 | - lua$LUA_SFX test_logger.lua |
56 | - lua$LUA_SFX test_pass_cfunction.lua | 57 | - lua$LUA_SFX test_pass_cfunction.lua |