aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 70c0c12..f914853 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
lint:
pyflakes $$(find -name '*.py') $$(grep '^#!.*python' $$(bzr ls -Vkfile) -l)
check:
- python3 -m unittest tccalib.tests
+ python3 -m unittest rscalib.tests
.PHONY: lint check