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

View File

@@ -2,8 +2,8 @@
## $Id$
##
SAMPLE = base_sp
PGM = ${ARCH}/$(SAMPLE).exe
TEST = base_sp
PGM = ${ARCH}/$(TEST).exe
MANAGERS = io
@@ -11,7 +11,7 @@ noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c apptask.c system.h
DOCTYPES = doc scn
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
DOCS = $(DOCTYPES:%=$(TEST).%)
OBJS = $(lib_a_OBJECTS)

View File

@@ -2,8 +2,8 @@
## $Id$
##
SAMPLE = cdtest
PGM = ${ARCH}/$(SAMPLE).exe
TEST = cdtest
PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
@@ -11,7 +11,7 @@ noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c main.cc system.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
DOCS = $(DOCTYPES:%=$(TEST).%)
OBJS = $(lib_a_OBJECTS)

View File

@@ -2,8 +2,8 @@
## Makefile.am,v 1.9 2002/08/11 05:18:59 ralf Exp
##
SAMPLE = fileio
PGM = ${ARCH}/$(SAMPLE).exe
TEST = fileio
PGM = ${ARCH}/$(TEST).exe
MANAGERS = io message semaphore
@@ -14,7 +14,7 @@ OBJS = $(lib_a_OBJECTS)
endif
DOCTYPES = doc
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
DOCS = $(DOCTYPES:%=$(TEST).%)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

View File

@@ -2,8 +2,8 @@
## $Id$
##
SAMPLE = hello
PGM = ${ARCH}/$(SAMPLE).exe
TEST = hello
PGM = ${ARCH}/$(TEST).exe
MANAGERS = io
@@ -11,7 +11,7 @@ noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c system.h
DOCTYPES = doc scn
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
DOCS = $(DOCTYPES:%=$(TEST).%)
OBJS = $(lib_a_OBJECTS)

View File

@@ -2,8 +2,8 @@
## $Id$
##
SAMPLE = iostream
PGM = ${ARCH}/$(SAMPLE).exe
TEST = iostream
PGM = ${ARCH}/$(TEST).exe
MANAGERS = io
@@ -11,7 +11,7 @@ noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.cc system.h
DOCTYPES = doc scn
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
DOCS = $(DOCTYPES:%=$(TEST).%)
OBJS = $(lib_a_OBJECTS)

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)

View File

@@ -2,8 +2,8 @@
## $Id$
##
SAMPLE = minimum
PGM = ${ARCH}/$(SAMPLE).exe
TEST = minimum
PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
@@ -11,7 +11,7 @@ noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c
DOCTYPES = doc scn
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
DOCS = $(DOCTYPES:%=$(TEST).%)
OBJS = $(lib_a_OBJECTS)

View File

@@ -2,8 +2,8 @@
## $Id$
##
SAMPLE = paranoia
PGM = ${ARCH}/$(SAMPLE).exe
TEST = paranoia
PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
@@ -11,7 +11,7 @@ noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c paranoia.c system.h
DOCTYPES = doc
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
DOCS = $(DOCTYPES:%=$(TEST).%)
OBJS = $(lib_a_OBJECTS)

View File

@@ -2,8 +2,8 @@
## $Id$
##
SAMPLE = pppd
PGM = ${ARCH}/$(SAMPLE).exe
TEST = pppd
PGM = ${ARCH}/$(TEST).exe
MANAGERS = io event semaphore

View File

@@ -9,14 +9,14 @@ $(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/samples/$(SAMPLE).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
$(project_bspdir)/samples/$(TEST).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/$(SAMPLE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(PGM): ${ARCH}/$(dirstamp)
TMPINSTALL_FILES = \
$(project_bspdir)/tests/$(SAMPLE).exe \
$(project_bspdir)/samples/$(SAMPLE).exe
$(project_bspdir)/tests/$(TEST).exe \
$(project_bspdir)/samples/$(TEST).exe

View File

@@ -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)

View File

@@ -2,8 +2,8 @@
## $Id$
##
SAMPLE = unlimited
PGM = ${ARCH}/$(SAMPLE).exe
TEST = unlimited
PGM = ${ARCH}/$(TEST).exe
MANAGERS = io event
@@ -11,7 +11,7 @@ noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c test1.c test2.c test3.c system.h
DOCTYPES = doc scn
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
DOCS = $(DOCTYPES:%=$(TEST).%)
OBJS = $(lib_a_OBJECTS)