зеркало из https://github.com/mozilla/pjs.git
only build tests if ENABLE_TESTS is on
This commit is contained in:
Родитель
d2706eea59
Коммит
fe5103c953
|
@ -0,0 +1 @@
|
|||
Makefile
|
|
@ -22,7 +22,11 @@ srcdir = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = src # tests public
|
||||
DIRS = public src
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += tests
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
|
|
|
@ -22,7 +22,11 @@ srcdir = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = src # tests public
|
||||
DIRS = public src
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += tests
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче