aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ad78ccb..568e42c 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,9 @@ install: doc build
clean:
$(RM) -rf ${GENERATED_FILES}
+test : build
+ python test.py
+
.PHONY: libbe/_version.py
libbe/_version.py:
bzr version-info --format python > $@