Added testing of Expr unapplying in py-bindings.

This commit is contained in:
jordi.saludes
2010-07-25 17:07:14 +00:00
parent 0e3cf2e5f2
commit 9bce37fcf2
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' \