summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2014-06-01 18:09:12 -0700
committerThomas Kluyver <takowl@gmail.com>2014-06-01 20:40:26 -0700
commitfa76db01be9c70151bf5e8610a13f87d5bc6a065 (patch)
tree5e85b39eabd72cd48daf4ef3e7649b733297ae0a
parentd222acaef554665ffcaa598a61172c527e79291b (diff)
downloadpexpect-fa76db01be9c70151bf5e8610a13f87d5bc6a065.tar.gz
Remove 'make test' target
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8a1b72d..ef9eea2 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,4 @@ clean: clean_docs
clean_docs:
-rm -f `ls doc/*.html | sed -e 's/doc\/index\.template\.html//' | sed -e 's/doc\/examples\.html//'`
-test:
- . ./test.env && ./tools/testall.py