mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
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:
parent
cf6711f0de
commit
0c9834b8c7
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user