summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-05-04 10:39:46 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-05-04 10:39:46 +1000
commit362714a2284b1ccb3dd8fed3f915aac973816ba1 (patch)
treef9a52cc9fd6c19f64df32b5ce9d446268fbcad06 /lang/python
parenta8978e988c5d7b54ee0c57c99f3d20c9edb25cff (diff)
downloadmongo-362714a2284b1ccb3dd8fed3f915aac973816ba1.tar.gz
Move the python "check" into lang/python: that simplifies things and avoids tracking the dependency.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index 3a38be8a02d..fbc7d3b5835 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -11,3 +11,5 @@ $(PYSRC)/wiredtiger_wrap.c: $(top_srcdir)/src/include/wiredtiger.in $(PYSRC)/wir
_wiredtiger.so: $(top_builddir)/libwiredtiger.la $(PYSRC)/wiredtiger_wrap.c
$(PYTHON) $(PYSRC)/setup.py build_ext -b . -t . -f $(PY_SETUP_DEBUG)
+
+TESTS = $(top_srcdir)/examples/python/run-ex_access