Skip to content

Commit e73bca6

Browse files
committed
Merge pull request #23 from satta/subunit_fix
fix recent compilation failure in Debian
2 parents 9304a6e + 9ed6d34 commit e73bca6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ compiler:
44
- clang
55
before_install:
66
- sudo apt-get update -qq
7-
- sudo apt-get install -qq check
7+
- sudo apt-get install -qq check libsubunit-dev
88
script: autoreconf -i && ./configure && make && make check

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ run_all_tests_SOURCES = \
2929
../tests/helper-methods.c \
3030
../tests/run-all-tests.c
3131
run_all_tests_CFLAGS = -I../tests
32-
run_all_tests_LDADD = -lm -lcheck libsnp-sites.la -lz -lpthread -lrt
32+
run_all_tests_LDADD = -lm -lcheck -lsubunit libsnp-sites.la -lz -lpthread -lrt

0 commit comments

Comments
 (0)