diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-08-26 15:09:51 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-08-26 15:09:51 +0200 |
commit | 7ed834d8f3f320814607ee3f0fe79975a7494293 (patch) | |
tree | e4c240203bf647cd288754f15ef88eab6c02d7ae /Makefile | |
download | remote-logon-config-agent-7ed834d8f3f320814607ee3f0fe79975a7494293.tar.gz remote-logon-config-agent-7ed834d8f3f320814607ee3f0fe79975a7494293.tar.bz2 remote-logon-config-agent-7ed834d8f3f320814607ee3f0fe79975a7494293.zip |
Fork Canonical's thin-client-config-agent script and maintain it in the Arctica Project's namespace.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..70c0c12 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +lint: + pyflakes $$(find -name '*.py') $$(grep '^#!.*python' $$(bzr ls -Vkfile) -l) +check: + python3 -m unittest tccalib.tests +.PHONY: lint check |