From: Jeremy C. Reed Date: Thu, 6 Oct 2011 01:22:40 +0000 (-0500) Subject: [trac1091] change more noinst_PROGRAMS to check_PROGRAMS X-Git-Tag: perftcpdns_before_epoll~37^2~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70f720080190f2ec3536bd5c15c7ada18a7a7fa7;p=thirdparty%2Fkea.git [trac1091] change more noinst_PROGRAMS to check_PROGRAMS --- diff --git a/src/lib/exceptions/tests/Makefile.am b/src/lib/exceptions/tests/Makefile.am index 2444b025c6..35161a1fed 100644 --- a/src/lib/exceptions/tests/Makefile.am +++ b/src/lib/exceptions/tests/Makefile.am @@ -20,4 +20,4 @@ run_unittests_LDADD = $(GTEST_LDADD) run_unittests_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la endif -noinst_PROGRAMS = $(TESTS) +check_PROGRAMS = $(TESTS) diff --git a/tests/tools/badpacket/Makefile.am b/tests/tools/badpacket/Makefile.am index fcba404818..61b76b2911 100644 --- a/tests/tools/badpacket/Makefile.am +++ b/tests/tools/badpacket/Makefile.am @@ -12,7 +12,7 @@ endif CLEANFILES = *.gcno *.gcda -noinst_PROGRAMS = badpacket +check_PROGRAMS = badpacket badpacket_SOURCES = badpacket.cc badpacket_SOURCES += command_options.cc command_options.h badpacket_SOURCES += header_flags.h