From 1a4af4684c659a37625785fab9422de206c7991c Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 11 Jul 2008 17:22:26 +0000 Subject: - add error-counter, do not immediately exit if a testcase fails but print the overall error-counter at the end and exit accordingly. --- test/Rules.mak | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Rules.mak') diff --git a/test/Rules.mak b/test/Rules.mak index b74d941b6..88a8f7d7f 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -13,6 +13,8 @@ top_builddir ?= ../ TESTDIR=$(top_builddir)test/ +COUNTER = $(TESTDIR).errcounter + include $(top_builddir)/Rules.mak ifndef TEST_INSTALLED_UCLIBC ifdef UCLIBC_LDSO -- cgit v1.2.3