Bug 482482: Migrate version comparator tests to xpcshell. r=bsmedberg

This commit is contained in:
Dave Townsend 2009-03-19 08:32:56 +00:00
Родитель d65490fce9
Коммит e282704742
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -66,7 +66,6 @@ CPPSRCS = \
nsIFileTest.cpp \
TestCallTemplates.cpp \
TestINIParser.cpp \
TestVersionComparator.cpp \
TestRacingServiceManager.cpp \
TestRegistrationOrder.cpp \
TestThreadPoolListener.cpp \
@ -173,8 +172,6 @@ endif
abs_srcdir = $(shell cd $(srcdir) && pwd)
check::
@echo "Running TestVersionComparator tests"
@$(RUN_TEST_PROGRAM) $(PERL) -w $(srcdir)/TestVersionComparatorRunner.pl "$(FINAL_TARGET)/TestVersionComparator$(BIN_SUFFIX)"
@echo "Running XPIDL tests"
$(XPIDL_COMPILE) -m header $(srcdir)/TestScriptable.idl
@if grep Notscriptable TestScriptable.h | grep -q NS_SCRIPTABLE ; then \