** 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:
harishd%netscape.com
2002-07-02 21:51:42 +00:00
parent 88aa88eb26
commit dca861bd0b
8 changed files with 200 additions and 186 deletions

View File

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