mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Moving necko PropertiesTest over to netwerk. Remove toplevel xpcom/tests dirs hack. (142680) r=cls, a=alecf
This commit is contained in:
parent
5409433789
commit
8ab8908bdc
@ -226,10 +226,6 @@ ifdef MOZ_LEAKY
|
||||
tier_9_dirs += tools/leaky
|
||||
endif
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
tier_9_dirs += xpcom/tests
|
||||
endif
|
||||
|
||||
ifdef NS_TRACE_MALLOC
|
||||
tier_9_dirs += tools/trace-malloc
|
||||
endif
|
||||
|
@ -48,6 +48,7 @@ endif
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += \
|
||||
tests \
|
||||
sample \
|
||||
typelib/xpt/tests \
|
||||
reflect/xptinfo/tests \
|
||||
|
@ -32,7 +32,7 @@ ifeq ($(OS_ARCH),WINNT)
|
||||
DIRS += windows
|
||||
endif
|
||||
|
||||
REQUIRES = necko \
|
||||
REQUIRES = \
|
||||
string \
|
||||
$(NULL)
|
||||
|
||||
@ -64,13 +64,6 @@ SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
# These won't link on BSD/OS, due to multiply defined symbols.
|
||||
ifneq ($(OS_ARCH),BSD_OS)
|
||||
CPPSRCS += \
|
||||
PropertiesTest.cpp \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
LIBS += \
|
||||
$(XPCOM_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
|
Loading…
Reference in New Issue
Block a user