Do not building embedding/tests if DISABLE_TESTS is set.

Thanks to Sean Chitwood <darkmane@w-link.net> & Dean Tessman <dean_tessman@hotmail.com> for the patch.
Bug #66697 r=cls
This commit is contained in:
cls%seawood.org 2001-04-18 04:19:09 +00:00
parent cf6711f0de
commit 0c9834b8c7

View File

@ -21,6 +21,9 @@
DEPTH=..
DIRS=base components browser tests
DIRS=base components browser
!if !defined(DISABLE_TESTS)
DIRS=$(DIRS) tests
!endif
include <$(DEPTH)\config\rules.mak>