pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vlang: correct test rule.
Module Name: pkgsrc-wip
Committed By: Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By: rhialto
Date: Sat Oct 16 21:02:28 2021 +0200
Changeset: 878762893dbf4d5abafbe5b82acb09662b8e3eb5
Modified Files:
vlang/Makefile
Log Message:
vlang: correct test rule.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=878762893dbf4d5abafbe5b82acb09662b8e3eb5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vlang/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/vlang/Makefile b/vlang/Makefile
index 375d668c6a..de2a85c39e 100644
--- a/vlang/Makefile
+++ b/vlang/Makefile
@@ -43,6 +43,6 @@ do-install:
rm -rf ${DESTDIR}${INSTALLDIR}/vlib/*/*/*/tests
do-test:
- cd ${WRKSRC} && ./v test
+ cd ${WRKSRC} && ./v test-all
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index