From 7e3887773ab0c62e82e34e2fac42f5e1acf66794 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Nov 2005 09:03:24 +0000 Subject: Eliminate TEST. --- testsuites/tmtests/tmoverhd/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'testsuites/tmtests/tmoverhd/Makefile.am') diff --git a/testsuites/tmtests/tmoverhd/Makefile.am b/testsuites/tmtests/tmoverhd/Makefile.am index 0db6b259cd..6b72c5fe5d 100644 --- a/testsuites/tmtests/tmoverhd/Makefile.am +++ b/testsuites/tmtests/tmoverhd/Makefile.am @@ -2,18 +2,17 @@ ## $Id$ ## -TEST = tmoverhd MANAGERS = io noinst_LIBRARIES = lib.a lib_a_SOURCES = testtask.c empty.c system.h dumrtems.h ../include/timesys.h -DOCS = $(TEST).doc +DOCS = tmoverhd.doc OBJS = $(lib_a_OBJECTS) -PGM = ${ARCH}/$(TEST).exe +PGM = ${ARCH}/tmoverhd.exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am @@ -25,10 +24,10 @@ $(project_bspdir)/tests/$(dirstamp): @$(mkdir_p) $(project_bspdir)/tests @: > $(project_bspdir)/tests/$(dirstamp) -$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) +$(project_bspdir)/tests/tmoverhd.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) $(INSTALL_PROGRAM) $< $@ -TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe +TMPINSTALL_FILES = $(project_bspdir)/tests/tmoverhd.exe $(PGM): ${ARCH}/$(dirstamp) -- cgit v1.2.3