diff options
Diffstat (limited to 'test/Rules.mak')
-rw-r--r-- | test/Rules.mak | 2 |
1 files changed, 2 insertions, 0 deletions
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 |