build: Do not install test programs

This commit is contained in:
Sebastian Huber
2019-01-28 12:26:25 +01:00
parent 03cdd5eab8
commit b015c01443
12 changed files with 11 additions and 33 deletions

View File

@@ -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"])
])

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)