summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-02 13:11:51 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-02 13:11:51 +0000
commitd3bf8fd9fff9a825e79e14c5005b6ba209b417d2 (patch)
treee18a99f0716dd54f51484b0370256739beae48b7
parent2075429c300b6a3bdbdcc8967395289b7fd705d5 (diff)
downloadgenbackupdata-d3bf8fd9fff9a825e79e14c5005b6ba209b417d2.tar.gz
Add setup.py to list of modules without test modules.
-rw-r--r--Makefile2
-rw-r--r--without-tests2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b79bece..86c5013 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all:
check:
- python -m CoverageTestRunner --ignore-missing without-tests
+ python -m CoverageTestRunner --ignore-missing-from without-tests
# ./blackboxtest
clean:
diff --git a/without-tests b/without-tests
new file mode 100644
index 0000000..2c4830c
--- /dev/null
+++ b/without-tests
@@ -0,0 +1,2 @@
+./setup.py
+