summaryrefslogtreecommitdiff
path: root/tests/test-basic-nr
diff options
context:
space:
mode:
authormillaway <millaway>2001-08-04 01:14:13 +0000
committermillaway <millaway>2001-08-04 01:14:13 +0000
commit790a0b45e54dbd7fff1f9dd60d5c26602e955702 (patch)
treeb96ec1332169dadf6926695abac06f4d7056e2cd /tests/test-basic-nr
parent01a7014a137ab5b6813372cdde2e18df0a5c2d3b (diff)
downloadflex-790a0b45e54dbd7fff1f9dd60d5c26602e955702.tar.gz
Cleaned up the output of the tests.
Diffstat (limited to 'tests/test-basic-nr')
-rw-r--r--tests/test-basic-nr/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-basic-nr/Makefile.in b/tests/test-basic-nr/Makefile.in
index 5017f80..faf5b25 100644
--- a/tests/test-basic-nr/Makefile.in
+++ b/tests/test-basic-nr/Makefile.in
@@ -55,8 +55,7 @@ parser.o: parser.c
test: check
check: $(TESTNAME)
- @echo "EXECUTING TEST: '$(TESTNAME)'"
- ./$(TESTNAME) < $(srcdir)/test.input
+ ./$(TESTNAME) < $(srcdir)/test.input
clean:
rm -f scanner.o scanner.c parser.o parser.c parser.h $(TESTNAME)