summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-06-05 13:12:21 +1200
committerLars Wirzenius <liw@liw.fi>2010-06-05 13:12:21 +1200
commit57238fc0e6fe07e57aeb0751c3898f646aa957e1 (patch)
treea4b5687ca2050980ea6f4c36f91415d0b2af1c09
parent1afa05cd11db2c67e56dedc591a760140e87c14d (diff)
downloadttystatus-57238fc0e6fe07e57aeb0751c3898f646aa957e1.tar.gz
Add Makefile to run tests.
Also add list of modules without test modules.
-rw-r--r--Makefile8
-rw-r--r--without-tests1
2 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..3a49932
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+all:
+
+check:
+ python -m CoverageTestRunner --ignore-missing-from=without-tests
+ rm .coverage
+
+clean:
+ rm -f .coverage ttystatus/*.py[co]
diff --git a/without-tests b/without-tests
new file mode 100644
index 0000000..1b9d7b7
--- /dev/null
+++ b/without-tests
@@ -0,0 +1 @@
+./ttystatus/__init__.py