summaryrefslogtreecommitdiff
path: root/contrib/py-bindings/Makefile
diff options
context:
space:
mode:
authorjordi.saludes <jordi.saludes@upc.edu>2010-07-25 17:07:14 +0000
committerjordi.saludes <jordi.saludes@upc.edu>2010-07-25 17:07:14 +0000
commit1209cd8f9e83dd7824980f3f6ec5c94588a63bb2 (patch)
tree843fdd3932ae862a3aa5791775171979f16fd483 /contrib/py-bindings/Makefile
parent23eb7b6df612c7b03407d45a3606086d8b182948 (diff)
Added testing of Expr unapplying in py-bindings.
Diffstat (limited to 'contrib/py-bindings/Makefile')
-rw-r--r--contrib/py-bindings/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/py-bindings/Makefile b/contrib/py-bindings/Makefile
index bcf78e572..af627bb2e 100644
--- a/contrib/py-bindings/Makefile
+++ b/contrib/py-bindings/Makefile
@@ -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' \