]> git.phdru.name Git - sqlconvert.git/blobdiff - tests/Makefile
Add tests for SQLite
[sqlconvert.git] / tests / Makefile
index 6e7d1d837dfb435d3bc8b287a5c577d5b11cd48a..444794bf8c284281e5c7b89b87c3917f8b7a09b8 100644 (file)
@@ -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