aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlite3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-sqlite3/Makefile')
-rw-r--r--databases/py-sqlite3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile
index 168a5f8cbb0d..8baa11da345c 100644
--- a/databases/py-sqlite3/Makefile
+++ b/databases/py-sqlite3/Makefile
@@ -35,6 +35,9 @@ post-extract:
.endif
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_LIBDIR}/lib-dynload/_sqlite3*.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_LIBDIR}/lib-dynload/_sqlite3*.so
+
+do-test:
+ @${PYTHON_CMD} -c 'import sqlite3' # minimal smoke test
.include <bsd.port.post.mk>