Subversion

2lt

?curdirlinks? - Rev 1

?prevdifflink? - Blame


###########################################################################
#
# Parameters
#

all:
        (cd ..; $(MAKE) top=xmlsql ghc)

###########################################################################
#
# Testing
#

test-1:
        mkdir -p output
        ./2lt-sql-demo -v -x examples/imdbNoTVDir.xsd -m -i examples/imdbNoTVDir.xml -o output/imdbNoTVDir.sql

tests: test-mapping test-evolve

test-%:
        (cd ..; $(MAKE) top=xmlsql ghci) < Examples/$*.ghci

###########################################################################

Theme by Vikram Singh | Powered by WebSVN v2.3.3