adding the test directory

git-svn-id: svn://10.0.0.236/trunk@44660 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
andreas.otte%primus-online.de
1999-08-26 09:21:42 +00:00
parent 7e59dc8cdc
commit 3a7bcc252f

View File

@@ -30,4 +30,10 @@ DIRS= \
src \
$(NULL)
ifdef ENABLE_TESTS
DIRS+= \
test \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk