summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-28 12:26:25 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-30 09:46:35 +0100
commitb015c0144367ba7fc88ff9831a0fee812fd6ed29 (patch)
treef42bcfbd9369118c4a3fa731b6aa021074847b70 /testsuites/psxtests/Makefile.am
parentrecord: Add enum value for each event (diff)
downloadrtems-b015c0144367ba7fc88ff9831a0fee812fd6ed29.tar.bz2
build: Do not install test programs
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am
index 3b1c36338a..749258cc0c 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)
-