BIND 10 trac1091, updated. 70f720080190f2ec3536bd5c15c7ada18a7a7fa7 [trac1091] change more noinst_PROGRAMS to check_PROGRAMS
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 6 01:22:54 UTC 2011
The branch, trac1091 has been updated
via 70f720080190f2ec3536bd5c15c7ada18a7a7fa7 (commit)
from 2adf4a90ad79754d52126e7988769580d20501c3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 70f720080190f2ec3536bd5c15c7ada18a7a7fa7
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed Oct 5 20:22:40 2011 -0500
[trac1091] change more noinst_PROGRAMS to check_PROGRAMS
-----------------------------------------------------------------------
Summary of changes:
src/lib/exceptions/tests/Makefile.am | 2 +-
tests/tools/badpacket/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/exceptions/tests/Makefile.am b/src/lib/exceptions/tests/Makefile.am
index 2444b02..35161a1 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 fcba404..61b76b2 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
More information about the bind10-changes
mailing list