Update test.

master
Alexey Melnichuk 2014-09-02 16:44:00 +05:00
parent cf3c9900c0
commit b13b5dd2b3
2 changed files with 4 additions and 2 deletions

View File

@ -23,7 +23,8 @@ install:
script:
- cd test
- lunit.sh run.lua
- lunit.sh test_easy.lua
- lunit.sh test_safe.lua
after_success:
- coveralls -b .. -r ..

View File

@ -25,7 +25,8 @@ install = target('install', {
})
target('test', install, function()
run_test('run.lua')
run_test('test_easy.lua')
run_test('test_safe.lua')
if not test_summary() then
quit("test fail")