summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-05 22:14:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-05 22:14:42 +0000
commit4bcbf89c16c83a8d6a7ed73740724d14d421b906 (patch)
treea8030c72652c8ef1d8c3813b4ded0fd174d11470 /c/src/tests/libtests
parentAdded message priority parameter returned by core support routine. (diff)
downloadrtems-4bcbf89c16c83a8d6a7ed73740724d14d421b906.tar.bz2
Was not actually installing the test.
Diffstat (limited to 'c/src/tests/libtests')
-rw-r--r--c/src/tests/libtests/termios/Makefile.am11
1 files changed, 5 insertions, 6 deletions
diff --git a/c/src/tests/libtests/termios/Makefile.am b/c/src/tests/libtests/termios/Makefile.am
index f32f87db3c..a6be146a50 100644
--- a/c/src/tests/libtests/termios/Makefile.am
+++ b/c/src/tests/libtests/termios/Makefile.am
@@ -3,8 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
-SAMPLE = termios
-PGM = ${ARCH}/$(SAMPLE).exe
+TEST = termios
MANAGERS = io
@@ -16,14 +15,14 @@ H_FILES =
noinst_HEADERS =$(H_FILES)
DOCTYPES =
-DOCS = $(DOCTYPES:%=$(SAMPLE).%)
+DOCS = $(DOCTYPES:%=$(TEST).%)
-SRCS = $(DOCS) $(C_FILES) $(H_FILES)
-OBJS = $(C_O_FILES)
+SRCS = $(DOCS) $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
+OBJS = $(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
PRINT_SRCS = $(DOCS)
-PGM = ${ARCH}/$(SAMPLE).exe
+PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(RTEMS_ROOT)/make/leaf.cfg