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