Remove folder tests from build until I fix the sources

This commit is contained in:
ducarroz%netscape.com 1999-07-03 22:56:30 +00:00
parent 1e707f37fa
commit f057c4cd71
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public src prefs build resources
ifdef ENABLE_TESTS
DIRS += tests
# DIRS += tests
endif
include $(topsrcdir)/config/config.mk

View File

@ -17,6 +17,6 @@
DEPTH=..\..
DIRS=public src prefs build resources tests
DIRS=public src prefs build resources
include <$(DEPTH)\config\rules.mak>