fix tests

This commit is contained in:
Vadim A. Misbakh-Soloviov
2017-04-09 13:59:14 +07:00
parent c943629e1f
commit a7ae1ec77b
2 changed files with 11 additions and 7 deletions

View File

@@ -28,9 +28,10 @@ install:
- luarocks make rockspecs/htmlparser-scm-0.rockspec CFLAGS="-O2 -fPIC -ftest-coverage -fprofile-arcs" LIBFLAG="-shared --coverage"
script:
- cd tst
# - cd tst
- lua -e "print(require'cURL'.version())"
- lunit.sh init.lua
# - lunit.sh init.lua
- lua -l tst -e ""
after_success:
- coveralls -b .. -r .. -i ./src --dump c.report.json