summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-04-13 20:39:31 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-04-13 20:51:16 +0200
commit0f561292228a2382814759454d910f92d54bb9a1 (patch)
tree7bceb017446e61e32822f1439e098ed5fd02dda2 /Makefile
parent4f607ab5e30a97cf0de6abedb641ca5e041ac480 (diff)
add some smoke tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9473a1c..c72e005 100644
--- a/Makefile
+++ b/Makefile
@@ -10,5 +10,10 @@ get_amalgamation:
upload:
python setup.py sdist upload -r pypi
+test:
+ rm -f tests/*.db
+ cd tests && ./run.sh
+ rm -f tests/*.db
+
clean:
rm -rf build dist