Moving necko PropertiesTest over to netwerk. Remove toplevel xpcom/tests dirs hack. (142680) r=cls, a=alecf

This commit is contained in:
mcafee%netscape.com 2002-05-08 06:11:48 +00:00
Родитель 5409433789
Коммит 8ab8908bdc
3 изменённых файлов: 2 добавлений и 12 удалений

Просмотреть файл

@ -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) \