summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2014-03-25 22:45:16 -0600
committerSean Reifschneider <jafo@tummy.com>2014-03-25 22:45:16 -0600
commit179eeca44bfae70cfc4d7f7d2fd10d808f47416f (patch)
tree8c98b8bfaa3e0575abf7bbb195b2c9f7699f2be7 /tests/Makefile
parente3468928c53588e66bfabcbe6fde639222de02b3 (diff)
parent853040beb9d2b709e67cae77fffd08dceab8b61a (diff)
downloadpython-memcached-179eeca44bfae70cfc4d7f7d2fd10d808f47416f.tar.gz
Merge branch 'py33_fixes' of https://github.com/cabrera/python-memcached into cabrera-py33_fixes
Conflicts: README.md memcache.py tests/test_setmulti.py
Diffstat (limited to 'tests/Makefile')
-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); \
- )