?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
###########################################################################
|