summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+