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

This commit is contained in:
Ralf Corsepius
2005-11-10 16:05:05 +00:00
parent 87f1eae3f4
commit f596aa9f16
2 changed files with 4 additions and 6 deletions

View File

@@ -4,15 +4,14 @@
NODE = 1
TEST = base_mp-node$(NODE)
PGM = ${ARCH}/$(SAMPLE).exe
PGM = ${ARCH}/$(TEST).exe
MANAGERS = io mp
noinst_LIBRARIES = lib.a
lib_a_SOURCES = ../init.c ../apptask.c ../system.h
DOCTYPES = doc scn
DOCS = $(DOCTYPES:%=base_mp.%)
DOCS = $(TEST).doc $(TEST).scn
OBJS = $(lib_a_OBJECTS)

View File

@@ -4,15 +4,14 @@
NODE = 2
TEST = base_mp-node$(NODE)
PGM = ${ARCH}/$(SAMPLE).exe
PGM = ${ARCH}/$(TEST).exe
MANAGERS = io mp
noinst_LIBRARIES = lib.a
lib_a_SOURCES = ../init.c ../apptask.c ../system.h
DOCTYPES = doc scn
DOCS = $(DOCTYPES:%=base_mp.%)
DOCS = $(TEST).doc $(TEST).scn
OBJS = $(lib_a_OBJECTS)