Added testing of Expr unapplying in py-bindings.

This commit is contained in:
jordi.saludes
2010-07-25 17:07:14 +00:00
parent 23eb7b6df6
commit 1209cd8f9e
2 changed files with 39 additions and 9 deletions

View File

@@ -7,6 +7,9 @@ exdir=../../examples/tutorial/embedded
build: gf.so
test:
python test.py
gf.so: PyGF.hs gfmodule.c Query.pgf
ghc $(import) --make -fglasgow-exts -O2 -no-hs-main -c $<
ghc -O2 --make -fglasgow-exts -no-hs-main -optl '-shared' \