From d3bf8fd9fff9a825e79e14c5005b6ba209b417d2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 2 Jan 2011 13:11:51 +0000 Subject: Add setup.py to list of modules without test modules. --- Makefile | 2 +- without-tests | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 without-tests 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 + -- cgit v1.2.1