[rtems commit] build: Do not install test programs

Sebastian Huber sebh at rtems.org
Thu Jan 31 07:06:14 UTC 2019


Module:    rtems
Branch:    master
Commit:    b015c0144367ba7fc88ff9831a0fee812fd6ed29
Changeset: http://git.rtems.org/rtems/commit/?id=b015c0144367ba7fc88ff9831a0fee812fd6ed29

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Jan 28 12:26:25 2019 +0100

build: Do not install test programs

---

 testsuites/aclocal/env-rtemsbsp.m4 | 2 --
 testsuites/benchmarks/Makefile.am  | 4 +---
 testsuites/fstests/Makefile.am     | 4 +---
 testsuites/libtests/Makefile.am    | 3 +--
 testsuites/mptests/Makefile.am     | 4 +---
 testsuites/psxtests/Makefile.am    | 4 +---
 testsuites/psxtmtests/Makefile.am  | 3 +--
 testsuites/rhealstone/Makefile.am  | 4 +---
 testsuites/samples/Makefile.am     | 4 +---
 testsuites/smptests/Makefile.am    | 4 +---
 testsuites/sptests/Makefile.am     | 4 +---
 testsuites/tmtests/Makefile.am     | 4 +---
 12 files changed, 11 insertions(+), 33 deletions(-)

diff --git a/testsuites/aclocal/env-rtemsbsp.m4 b/testsuites/aclocal/env-rtemsbsp.m4
index 3f70348..1cca7d9 100644
--- a/testsuites/aclocal/env-rtemsbsp.m4
+++ b/testsuites/aclocal/env-rtemsbsp.m4
@@ -24,6 +24,4 @@ AC_SUBST(RTEMS_BSP)
 AC_SUBST([PROJECT_INCLUDE],["\$(PROJECT_ROOT)/lib/include"])
 AC_SUBST([PROJECT_LIB],["\$(PROJECT_ROOT)/lib"])
 AC_SUBST([PROJECT_RELEASE],["\$(PROJECT_ROOT)"])
-
-AC_SUBST([rtems_testsdir],["\$(libdir)/rtems-][_RTEMS_API][/tests"])
 ])
diff --git a/testsuites/benchmarks/Makefile.am b/testsuites/benchmarks/Makefile.am
index f4a1641..8b49c40 100644
--- a/testsuites/benchmarks/Makefile.am
+++ b/testsuites/benchmarks/Makefile.am
@@ -43,6 +43,4 @@ whetstone_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_whetstone) \
 whetstone_LDADD = -lm $(LDADD)
 endif
 
-rtems_tests_PROGRAMS = $(benchmarks)
-dist_rtems_tests_DATA = $(benchmark_screens) $(benchmark_docs)
-
+noinst_PROGRAMS = $(benchmarks)
diff --git a/testsuites/fstests/Makefile.am b/testsuites/fstests/Makefile.am
index 83d3ae8..3e787bc 100644
--- a/testsuites/fstests/Makefile.am
+++ b/testsuites/fstests/Makefile.am
@@ -640,6 +640,4 @@ mrfs_fstime_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_mrfs_fstime) \
 	$(support_includes) $(test_includes) -I$(top_srcdir)/mrfs_support
 endif
 
-rtems_tests_PROGRAMS = $(fs_tests)
-dist_rtems_tests_DATA = $(fs_screens) $(fs_docs)
-
+noinst_PROGRAMS = $(fs_tests)
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index 411c12e..dfeea3a 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -1414,5 +1414,4 @@ writev_norun_SOURCES = POSIX/writev.c
 writev_norun_LDADD = $(RTEMS_ROOT)cpukit/librtemsdefaultconfig.a $(LDADD)
 endif
 
-rtems_tests_PROGRAMS = $(lib_tests)
-dist_rtems_tests_DATA = $(lib_screens) $(lib_docs)
+noinst_PROGRAMS = $(lib_tests)
diff --git a/testsuites/mptests/Makefile.am b/testsuites/mptests/Makefile.am
index 3624642..7111e2d 100644
--- a/testsuites/mptests/Makefile.am
+++ b/testsuites/mptests/Makefile.am
@@ -243,6 +243,4 @@ mp14_node2_CPPFLAGS = -DNODE_NUMBER=2 $(AM_CPPFLAGS) $(TEST_FLAGS_mp14) \
 endif
 endif
 
-rtems_tests_PROGRAMS = $(mp_tests)
-dist_rtems_tests_DATA = $(mp_screens) $(mp_docs)
-
+noinst_PROGRAMS = $(mp_tests)
diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am
index 3b1c363..749258c 100644
--- a/testsuites/psxtests/Makefile.am
+++ b/testsuites/psxtests/Makefile.am
@@ -1894,7 +1894,5 @@ lib_a_SOURCES = psxhdrs/devctl/posix_devctl.c \
 ## lib_a_SOURCES += psxhdrs/utmpx/pututxline.c           See ticket #3661
 endif
 
-rtems_tests_PROGRAMS = $(psx_tests)
+noinst_PROGRAMS = $(psx_tests)
 noinst_LIBRARIES = $(psx_lib)
-dist_rtems_tests_DATA = $(psx_screens) $(psx_docs)
-
diff --git a/testsuites/psxtmtests/Makefile.am b/testsuites/psxtmtests/Makefile.am
index 2702e0b..1f22850 100644
--- a/testsuites/psxtmtests/Makefile.am
+++ b/testsuites/psxtmtests/Makefile.am
@@ -636,5 +636,4 @@ psxtmthreadattr01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmthreadattr01) \
 	-DOPERATION_COUNT=$(OPERATION_COUNT)
 endif
 
-rtems_tests_PROGRAMS = $(psxtm_tests)
-dist_rtems_tests_DATA = $(psxtm_screens) $(psxtm_docs)
+noinst_PROGRAMS = $(psxtm_tests)
diff --git a/testsuites/rhealstone/Makefile.am b/testsuites/rhealstone/Makefile.am
index 574c9cf..bb21435 100644
--- a/testsuites/rhealstone/Makefile.am
+++ b/testsuites/rhealstone/Makefile.am
@@ -67,6 +67,4 @@ rhtaskswitch_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_rhtaskswitch) \
 	$(support_includes) -I$(top_srcdir)/../tmtests/include
 endif
 
-rtems_tests_PROGRAMS = $(rhealstones)
-dist_rtems_tests_DATA = $(rhealstone_screens) $(rhealstone_docs)
-
+noinst_PROGRAMS = $(rhealstones)
diff --git a/testsuites/samples/Makefile.am b/testsuites/samples/Makefile.am
index f78d75e..f05c9a3 100644
--- a/testsuites/samples/Makefile.am
+++ b/testsuites/samples/Makefile.am
@@ -156,6 +156,4 @@ unlimited_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_unlimited) \
 	$(support_includes)
 endif
 
-rtems_tests_PROGRAMS = $(samples)
-dist_rtems_tests_DATA = $(sample_screens) $(sample_docs)
-
+noinst_PROGRAMS = $(samples)
diff --git a/testsuites/smptests/Makefile.am b/testsuites/smptests/Makefile.am
index b5c2803..01076ab 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -659,6 +659,4 @@ smpwakeafter01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_smpwakeafter01) \
 endif
 endif
 
-rtems_tests_PROGRAMS = $(smp_tests)
-dist_rtems_tests_DATA = $(smp_screens) $(smp_docs)
-
+noinst_PROGRAMS = $(smp_tests)
diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am
index 3648944..eae5630 100644
--- a/testsuites/sptests/Makefile.am
+++ b/testsuites/sptests/Makefile.am
@@ -2062,7 +2062,5 @@ libsplinkersets01_a_SOURCES = splinkersets01/sets.c \
 	splinkersets01/items.c
 endif
 
-rtems_tests_PROGRAMS = $(sp_tests)
+noinst_PROGRAMS = $(sp_tests)
 noinst_LIBRARIES = $(sp_libs)
-dist_rtems_tests_DATA = $(sp_screens) $(sp_docs)
-
diff --git a/testsuites/tmtests/Makefile.am b/testsuites/tmtests/Makefile.am
index 0fe59d6..08bad21 100644
--- a/testsuites/tmtests/Makefile.am
+++ b/testsuites/tmtests/Makefile.am
@@ -400,6 +400,4 @@ tmtimer01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_tmtimer01) \
 	$(support_includes)
 endif
 
-rtems_tests_PROGRAMS = $(tm_tests)
-dist_rtems_tests_DATA = $(tm_screens) $(tm_docs)
-
+noinst_PROGRAMS = $(tm_tests)



More information about the vc mailing list