1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

misc/ezc3d: Fix tests

This commit is contained in:
Yuri Victorovich 2022-06-21 12:16:42 -07:00
parent 517fa28c49
commit ac103fa741

View File

@ -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>