We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9304a6e + 9ed6d34 commit e73bca6Copy full SHA for e73bca6
.travis.yml
@@ -4,5 +4,5 @@ compiler:
4
- clang
5
before_install:
6
- sudo apt-get update -qq
7
- - sudo apt-get install -qq check
+ - sudo apt-get install -qq check libsubunit-dev
8
script: autoreconf -i && ./configure && make && make check
src/Makefile.am
@@ -29,4 +29,4 @@ run_all_tests_SOURCES = \
29
../tests/helper-methods.c \
30
../tests/run-all-tests.c
31
run_all_tests_CFLAGS = -I../tests
32
-run_all_tests_LDADD = -lm -lcheck libsnp-sites.la -lz -lpthread -lrt
+run_all_tests_LDADD = -lm -lcheck -lsubunit libsnp-sites.la -lz -lpthread -lrt
0 commit comments