X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tests%2FMakefile;h=444794bf8c284281e5c7b89b87c3917f8b7a09b8;hb=6fb27a260658b04346999a4de0d78b0caacc6b2e;hp=6e7d1d837dfb435d3bc8b287a5c577d5b11cd48a;hpb=00f0aef5739a19921ed06f0397b44ba336184424;p=sqlconvert.git diff --git a/tests/Makefile b/tests/Makefile index 6e7d1d8..444794b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,6 +1,6 @@ .PHONY: all -all: nodb postgres clean +all: nodb postgres sqlite clean .PHONY: nodb nodb: @@ -12,6 +12,11 @@ postgres: PYTHONPATH=.. python -m pytest -D postgres:///test dropdb test +.PHONY: sqlite +sqlite: + PYTHONPATH=.. python -m pytest -D sqlite:///tmp/test.sqdb + rm -f /tmp/test.sqdb + .PHONY: clean clean: rm -f *.tmp