summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-10 13:24:06 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-10 13:24:06 -0700
commitdb5da3dcc6f42b19c1071e496f8230dc81ade66a (patch)
treefb6f52347f22f42c99805a53a72fdb6417096c07 /tests
parent3f030e242f293dd746dd41ab7fc3b840a0bdfec0 (diff)
parent0e077ca363fa7e645ed5b2196c8d2024553b48a3 (diff)
downloadpython-memcached-db5da3dcc6f42b19c1071e496f8230dc81ade66a.tar.gz
Merge branch 'master' into print-stmt-py3k
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/Makefile b/tests/Makefile
deleted file mode 100644
index a844aa4..0000000
--- a/tests/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-TESTS = $(wildcard test_*.py)
-
-test:
- @- $(foreach TEST,$(TESTS), \
- echo === Running test: $(TEST); \
- python $(TEST); \
- )