Parcourir la source

[trac1091] change more noinst_PROGRAMS to check_PROGRAMS

Jeremy C. Reed il y a 13 ans
Parent
commit
70f7200801
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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