git: ac103fa741ed - main - misc/ezc3d: Fix tests

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 21 Jun 2022 19:30:22 UTC
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>