diff --git a/misc/ezc3d/Makefile b/misc/ezc3d/Makefile index cc9bfff213e7..3fb688c79ee1 100644 --- a/misc/ezc3d/Makefile +++ b/misc/ezc3d/Makefile @@ -1,25 +1,25 @@ PORTNAME= ezc3d DISTVERSIONPREFIX= Release_ DISTVERSION= 1.5.0 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= C3D (biomechanics data format) reader/writer for C++ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:testing compiler:c++11-lang python:test USE_GITHUB= yes GH_ACCOUNT= pyomeca GH_TUPLE= google:googletest:3880b13:googletest/external/gtest # https://github.com/pyomeca/ezc3d/issues/256 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