pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/cvc5



Module Name:    pkgsrc
Committed By:   alnsn
Date:           Fri Jul  3 22:03:50 UTC 2026

Modified Files:
        pkgsrc/math/cvc5: Makefile

Log Message:
TEST_TARGET=check is better.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/cvc5/Makefile

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

Modified files:

Index: pkgsrc/math/cvc5/Makefile
diff -u pkgsrc/math/cvc5/Makefile:1.3 pkgsrc/math/cvc5/Makefile:1.4
--- pkgsrc/math/cvc5/Makefile:1.3       Fri Jul  3 20:36:34 2026
+++ pkgsrc/math/cvc5/Makefile   Fri Jul  3 22:03:50 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2026/07/03 20:36:34 alnsn Exp $
+# $NetBSD: Makefile,v 1.4 2026/07/03 22:03:50 alnsn Exp $
 
 DISTNAME=      cvc5-1.3.4
 CATEGORIES=    math
@@ -21,7 +21,7 @@ CMAKE_CONFIGURE_ARGS+=        -DUSE_POLY=ON
 
 DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=3.0.9:../../devel/py-pyparsing
 
-TEST_TARGET=   test
+TEST_TARGET=   check
 CVC5_BUILD_SRC=        ${WRKSRC}/${CMAKE_BUILD_DIR}/src
 TEST_ENV+=     LD_LIBRARY_PATH=${CVC5_BUILD_SRC}:${CVC5_BUILD_SRC}/parser:${CVC5_BUILD_SRC}/main
 



Home | Main Index | Thread Index | Old Index