From 0ca5cba87923052e765ba355a224e4954f9b6ed7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 10 Nov 2005 14:52:28 +0000 Subject: s/SAMPLE/TEST/ for improved consistency with other tests. --- testsuites/samples/iostream/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/samples/iostream') diff --git a/testsuites/samples/iostream/Makefile.am b/testsuites/samples/iostream/Makefile.am index 9e9e7cd4d5..f45a9b66d3 100644 --- a/testsuites/samples/iostream/Makefile.am +++ b/testsuites/samples/iostream/Makefile.am @@ -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) -- cgit v1.2.3