]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac1091] change more noinst_PROGRAMS to check_PROGRAMS
authorJeremy C. Reed <jreed@ISC.org>
Thu, 6 Oct 2011 01:22:40 +0000 (20:22 -0500)
committerJeremy C. Reed <jreed@ISC.org>
Thu, 6 Oct 2011 01:22:40 +0000 (20:22 -0500)
src/lib/exceptions/tests/Makefile.am
tests/tools/badpacket/Makefile.am

index 2444b025c6c4a8d04c5d19fe689067d44fb1ca58..35161a1fedfff42b50b71447a098b2f7dddf2eab 100644 (file)
@@ -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)
index fcba404818afcf9ab714920c0c1c3c6c1783e6f2..61b76b2911e77db73c2fed17eac0c7c471d82f87 100644 (file)
@@ -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