From: Vincent Bernat Date: Fri, 22 Apr 2016 16:06:11 +0000 (+0200) Subject: tests: do not compile tests/decode unless running tests X-Git-Tag: 0.9.3~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=448e9f76d8843d05fcaf6c9863aa08db95b50826;p=thirdparty%2Flldpd.git tests: do not compile tests/decode unless running tests Fix #175 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index b06d7f81..cd20adcc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -42,9 +42,7 @@ check_snmp_SOURCES = check_snmp.c \ LDADD += @NETSNMP_LIBS@ endif -check_PROGRAMS = $(TESTS) - -noinst_PROGRAMS = decode +check_PROGRAMS = $(TESTS) decode decode_SOURCES = decode.c \ $(top_srcdir)/src/daemon/lldpd.h \ common.h common.c