summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.se>2017-07-09 18:38:31 +0100
committerThomas Habets <thomas@habets.se>2017-07-09 18:41:04 +0100
commit3bcf013cb2ec8e69027cbdd374e324186ff86c1a (patch)
treefd12970cd23029de6917c0bb1903081196aa48a0
parent8a788c6d12795f783b63f922fb414b89ffeaef54 (diff)
downloadarping-3bcf013cb2ec8e69027cbdd374e324186ff86c1a.tar.gz
Add -lsubunit to unit tests
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 363d00b..5d3cab3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,4 +14,4 @@ fuzz_pingip_LDADD = $(LIBOBJS)
TESTS=arping_test
check_PROGRAMS=arping_test
arping_test_SOURCES=arping.c arping_test.c unix.c mock_libpcap.c mock_libnet.c
-arping_test_LDADD=$(LIBOBJS) -lcheck -lpthread
+arping_test_LDADD=$(LIBOBJS) -lcheck -lpthread -lsubunit