diff --git a/test/fixtures/pysqlite/requirements.txt b/test/fixtures/pysqlite/requirements.txt new file mode 100644 index 0000000..f94c50e --- /dev/null +++ b/test/fixtures/pysqlite/requirements.txt @@ -0,0 +1 @@ +pysqlite diff --git a/test/fixtures/pysqlite/runtime.txt b/test/fixtures/pysqlite/runtime.txt new file mode 100644 index 0000000..d42956d --- /dev/null +++ b/test/fixtures/pysqlite/runtime.txt @@ -0,0 +1 @@ +python-2.7.16 diff --git a/test/run-deps b/test/run-deps index a02d9ca..bd03fa7 100755 --- a/test/run-deps +++ b/test/run-deps @@ -40,6 +40,12 @@ testPsycopg2() { assertCapturedSuccess } +testPysqlite() { + compile "pysqlite" + assertCaptured "pysqlite" + assertCapturedSuccess +} + testCffi() { compile "cffi" assertCaptured "cffi"