Build tests on if ENABLE_TESTS is defined.

This commit is contained in:
ramiro%netscape.com 1999-02-18 03:26:16 +00:00
parent 6d972b5595
commit bb843f5eee

View File

@ -28,6 +28,8 @@ DIRS += ucvja ucvja2
DIRS += ucvlatin
DIRS += tests
ifdef ENABLE_TESTS
DIRS += tests
endif
include $(topsrcdir)/config/rules.mk