Add tests if ENABLE_TESTS=1.

This commit is contained in:
mcafee%netscape.com 1999-01-22 10:04:51 +00:00
parent 5f96195848
commit 9f4f4eb418

View File

@ -15,4 +15,8 @@ DIRS = include \
src \
$(NULL)
ifdef ENABLE_TESTS
DIRS += tests
endif
include $(topsrcdir)/config/rules.mk