summaryrefslogtreecommitdiffstats
path: root/bindings/python/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/Makefile.am')
-rw-r--r--bindings/python/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
index 976689a..436dab0 100644
--- a/bindings/python/Makefile.am
+++ b/bindings/python/Makefile.am
@@ -39,4 +39,7 @@ install-pythonDATA: $(python_DATA)
uninstall-pythonDATA: $(python_DATA)
rm -rf $(DESTDIR)$(pythondir)/gpod
+
+test:
+ cd tests && python tests.py
endif