pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/lua-ossl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan  8 22:55:38 UTC 2026

Modified Files:
        pkgsrc/security/lua-ossl: Makefile

Log Message:
lua-ossl: add test target


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/lua-ossl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/lua-ossl/Makefile
diff -u pkgsrc/security/lua-ossl/Makefile:1.6 pkgsrc/security/lua-ossl/Makefile:1.7
--- pkgsrc/security/lua-ossl/Makefile:1.6       Thu Jan  8 22:50:47 2026
+++ pkgsrc/security/lua-ossl/Makefile   Thu Jan  8 22:55:38 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2026/01/08 22:50:47 alnsn Exp $
+# $NetBSD: Makefile,v 1.7 2026/01/08 22:55:38 wiz Exp $
 
 DISTNAME=      luaossl-20220711
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/^lua//1}
@@ -31,6 +31,10 @@ INSTALLATION_DIRS+=  ${LUA_DOCDIR}
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${DESTDIR}${PREFIX}/${LUA_DOCDIR}
 
+# needs to be installed
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${LUA_INTERPRETER} regress/regress.lua
+
 .include "../../lang/lua/module.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index