From 475af5a1f8b9e67d26a97951f53ec7a6fa33212e Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Mon, 2 Dec 2019 15:57:05 -0500 Subject: [PATCH] test that sqlite installs properly --- test/run-deps | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/run-deps b/test/run-deps index bd03fa7..29d7f8f 100755 --- a/test/run-deps +++ b/test/run-deps @@ -46,6 +46,13 @@ testPysqlite() { assertCapturedSuccess } +testSqliteInstall() { + compile "pythonDefault" + assertCaptured "Sqlite3 successfully installed." + assertNotCaptured "Sqlite3 failed to install." + assertCapturedSuccess +} + testCffi() { compile "cffi" assertCaptured "cffi"