s/SAMPLE/TEST/ for improved consistency with other tests.

This commit is contained in:
Ralf Corsepius
2005-11-10 14:52:28 +00:00
parent 091d28f084
commit 0ca5cba879
12 changed files with 36 additions and 36 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
## $Id$
##
SAMPLE = loopback
PGM = ${ARCH}/$(SAMPLE).exe
TEST = loopback
PGM = ${ARCH}/$(TEST).exe
MANAGERS = io event
@@ -11,7 +11,7 @@ noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
DOCS = $(DOCTYPES:%=$(TEST).%)
OBJS = $(lib_a_OBJECTS)