summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ticker
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-10 14:52:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-10 14:52:28 +0000
commit0ca5cba87923052e765ba355a224e4954f9b6ed7 (patch)
tree09da4492bb5d5e68f1a066511b7390fb178234f1 /testsuites/samples/ticker
parentBuild lib.a conditionally. (diff)
downloadrtems-0ca5cba87923052e765ba355a224e4954f9b6ed7.tar.bz2
s/SAMPLE/TEST/ for improved consistency with other tests.
Diffstat (limited to 'testsuites/samples/ticker')
-rw-r--r--testsuites/samples/ticker/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/samples/ticker/Makefile.am b/testsuites/samples/ticker/Makefile.am
index 1fad0db931..d6c6145551 100644
--- a/testsuites/samples/ticker/Makefile.am
+++ b/testsuites/samples/ticker/Makefile.am
@@ -2,8 +2,8 @@
## $Id$
##
-SAMPLE = ticker
-PGM = ${ARCH}/$(SAMPLE).exe
+TEST = ticker
+PGM = ${ARCH}/$(TEST).exe
MANAGERS = io
@@ -11,7 +11,7 @@ noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c tasks.c system.h
DOCTYPES = doc scn
-DOCS = $(DOCTYPES:%=$(SAMPLE).%)
+DOCS = $(DOCTYPES:%=$(TEST).%)
OBJS = $(lib_a_OBJECTS)