** NOT PART OF THE BUILD **Restoring parser regression testing
git-svn-id: svn://10.0.0.236/trunk@124538 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -19,19 +19,27 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
DEPTH = ../../..
|
||||
topsrcdir = y:/mozilla
|
||||
srcdir = y:/mozilla/htmlparser/tests/logparse
|
||||
VPATH = y:/mozilla/htmlparser/tests/logparse
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
PROGRAM = logparse
|
||||
PROGRAM = TestParser.exe
|
||||
|
||||
CPPSRCS = logparse.cpp
|
||||
REQUIRES = \
|
||||
xpcom \
|
||||
string \
|
||||
necko \
|
||||
htmlparser \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
TestParser.cpp\
|
||||
$(NULL)
|
||||
|
||||
LIBS = \
|
||||
-lhtmlpars \
|
||||
$(XPCOM_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
Reference in New Issue
Block a user