aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-01-27 08:22:22 -0500
committerW. Trevor King <wking@drexel.edu>2010-01-27 08:22:22 -0500
commitd2752cde56e7cf67abc2e7f0a0fc91612016585f (patch)
tree59ca62c69452b7a9a1e130d0d26ff2be4fe55e03 /Makefile
parent2cc9755aef6a7b36bf1b32519b5997b5221f4e5a (diff)
downloadbugseverywhere-d2752cde56e7cf67abc2e7f0a0fc91612016585f.tar.gz
Encourage a run of `make` to build auto-generated files.
Fixes Ben's "unintuitive test procedure" bug: Date: Wed, 27 Jan 2010 14:09:14 +1100 From: Ben Finney Subject: [Be-devel] Re: Test suite on Trevor's development branch ... > $ python ./test.py > Traceback (most recent call last): [...] > ImportError: No module named _version So it's not possible to simply get a copy of the branch and try running the test suite. ...
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 > $@