Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2022 19:30:22 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac103fa741ed - main - misc/ezc3d: Fix tests
Message-ID:  <202206211930.25LJUMQR000651@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ac103fa741ed1f78ae83b879d21a425b73ec567f

commit ac103fa741ed1f78ae83b879d21a425b73ec567f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-21 19:16:42 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-21 19:30:19 +0000

    misc/ezc3d: Fix tests
---
 misc/ezc3d/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/ezc3d/Makefile b/misc/ezc3d/Makefile
index cc9bfff213e7..3fb688c79ee1 100644
--- a/misc/ezc3d/Makefile
+++ b/misc/ezc3d/Makefile
@@ -19,7 +19,7 @@ CMAKE_TESTING_ON=	BUILD_TESTS
 
 CMAKE_TESTING_TARGET=	gtest
 
-post-test: # run tests, many tests fail: https://github.com/pyomeca/ezc3d/issues/257
-	@cd ${WRKSRC} && ${TEST_WRKSRC}/test/ezc3d_test
+post-test:
+	@cd ${TEST_WRKSRC}/test && ./ezc3d_test
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206211930.25LJUMQR000651>