[xspec] r239 committed - Adapted paths to the new dir structure.

0 views
Skip to first unread message

xs...@googlecode.com

unread,
Dec 5, 2011, 1:46:50 PM12/5/11
to xspe...@googlegroups.com
Revision: 239
Author: fgeo...@gmail.com
Date: Mon Dec 5 10:40:41 2011
Log: Adapted paths to the new dir structure.
http://code.google.com/p/xspec/source/detail?r=239

Modified:
/trunk/test/Makefile

=======================================
--- /trunk/test/Makefile Tue Nov 22 15:41:14 2011
+++ /trunk/test/Makefile Mon Dec 5 10:40:41 2011
@@ -57,35 +57,35 @@

# compile to XSLT
%.xsl: %.xspec
- $(XSLT) \
- -xsl:../generate-xspec-tests.xsl \
- -s:$< \
+ $(XSLT) \
+ -xsl:../src/compiler/generate-xspec-tests.xsl \
+ -s:$< \
-o:$@

# compile to XQuery
%.xq: %.xspec
- $(XSLT) \
- -xsl:../generate-query-tests.xsl \
- -s:$< \
+ $(XSLT) \
+ -xsl:../src/compiler/generate-query-tests.xsl \
+ -s:$< \
-o:$@

# run an XSLT compiled suite
%-xsl.xml: %.xsl xspec-tested.xsl
- $(XSLT) \
- -xsl:$< \
- -o:$@ \
+ $(XSLT) \
+ -xsl:$< \
+ -o:$@ \
-it:"{http://www.jenitennison.com/xslt/xspec}main"

# run an XQuery compiled suite
%-xq.xml: %.xq xspec-tested.xql
- $(XQUERY) \
+ $(XQUERY) \
-o:$@ $< '!indent=yes'

# format an XML report to HTML
%.html: %.xml
- $(XSLT) \
- -xsl:../format-xspec-report.xsl \
- -s:$< \
+ $(XSLT) \
+ -xsl:../src/reporter/format-xspec-report.xsl \
+ -s:$< \
-o:$@


Reply all
Reply to author
Forward
0 new messages