aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/gtp/Makefile.am2
-rw-r--r--tests/lib/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/gtp/Makefile.am b/tests/gtp/Makefile.am
index fa0fb0b..3dce716 100644
--- a/tests/gtp/Makefile.am
+++ b/tests/gtp/Makefile.am
@@ -5,7 +5,7 @@ EXTRA_DIST = \
queue_test.ok \
$(NULL)
-noinst_PROGRAMS = \
+check_PROGRAMS = \
gtpie_test \
queue_test \
$(NULL)
diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am
index ee46468..03a5d99 100644
--- a/tests/lib/Makefile.am
+++ b/tests/lib/Makefile.am
@@ -7,7 +7,7 @@ EXTRA_DIST = ippool_test.ok \
in46a_test.ok \
in46a_v6_test.ok
-noinst_PROGRAMS = ippool_test in46a_test
+check_PROGRAMS = ippool_test in46a_test
ippool_test_SOURCES = \
ippool_test.c \