Browse Source

[trac1091] change more noinst_PROGRAMS to check_PROGRAMS

Jeremy C. Reed 13 years ago
parent
commit
70f7200801
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/lib/exceptions/tests/Makefile.am
  2. 1 1
      tests/tools/badpacket/Makefile.am

+ 1 - 1
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)

+ 1 - 1
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