зеркало из https://github.com/mozilla/pjs.git
From bug 372831 - don't build the test program when libxul is enabled, for linkage reasons
This commit is contained in:
Родитель
f9d52e2c08
Коммит
61994181ca
|
@ -42,9 +42,11 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifndef MOZ_ENABLE_LIBXUL
|
||||
PROGRAM = TestCrashReporterAPI$(BIN_SUFFIX)
|
||||
|
||||
CPPSRCS = TestCrashReporterAPI.cpp
|
||||
endif
|
||||
|
||||
REQUIRES = \
|
||||
xpcom \
|
||||
|
@ -73,5 +75,7 @@ endif
|
|||
|
||||
OS_LIBS += $(call EXPAND_LIBNAME,ole32)
|
||||
|
||||
ifndef MOZ_ENABLE_LIBXUL
|
||||
check:: $(PROGRAM)
|
||||
$(RUN_TEST_PROGRAM) $(DIST)/bin/TestCrashReporterAPI
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче