btrfs-progs: ci: enable library-test

For some reason the test was not enabled in the CI builds and would have
caught the build problem fixed by the previous patch.

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2019-01-23 12:21:18 +01:00
parent f6f518a081
commit 6315cf6d37
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ addons:
script:
# quick build tests
- "if travis/should-run-test; then docker run -it --env CC=$CC kdave/ci-musl-x86_64 ./test-build $TRAVIS_BRANCH --disable-documentation --disable-backtrace; fi"
- "if travis/should-run-test; then make TEST_LOG=dump library-test; fi"
# real tests
- "if travis/should-run-test; then make TEST_LOG=dump test-cli; fi"
- "if travis/should-run-test; then make TEST_LOG=dump test-mkfs; fi"