aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/CommonLibs/Makefile.am2
-rw-r--r--tests/Transceiver52M/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/CommonLibs/Makefile.am b/tests/CommonLibs/Makefile.am
index 26b49e2..e6790e6 100644
--- a/tests/CommonLibs/Makefile.am
+++ b/tests/CommonLibs/Makefile.am
@@ -11,7 +11,7 @@ EXTRA_DIST = BitVectorTest.ok \
LogTest.ok \
LogTest.err
-noinst_PROGRAMS = \
+check_PROGRAMS = \
BitVectorTest \
PRBSTest \
InterthreadTest \
diff --git a/tests/Transceiver52M/Makefile.am b/tests/Transceiver52M/Makefile.am
index edb812f..9fae41f 100644
--- a/tests/Transceiver52M/Makefile.am
+++ b/tests/Transceiver52M/Makefile.am
@@ -4,7 +4,7 @@ AM_CFLAGS = -Wall -I$(top_srcdir)/Transceiver52M -I$(top_srcdir)/Transceiver52M/
EXTRA_DIST = convolve_test.ok convolve_test_golden.h
-noinst_PROGRAMS = \
+check_PROGRAMS = \
convolve_test
convolve_test_SOURCES = convolve_test.c
@@ -18,7 +18,7 @@ convolve_test_CFLAGS += $(SIMD_FLAGS)
endif
if DEVICE_LMS
-noinst_PROGRAMS += LMSDeviceTest
+check_PROGRAMS += LMSDeviceTest
LMSDeviceTest_SOURCES = LMSDeviceTest.cpp
LMSDeviceTest_LDFLAGS = $(LIBOSMOCORE_LIBS) $(LMS_LIBS)
LMSDeviceTest_LDADD = \