1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

misc/quantum++: Add test target

This commit is contained in:
Yuri Victorovich 2021-02-01 20:13:03 +00:00
parent 789eca88c0
commit a612c43b4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563759

View File

@ -21,4 +21,9 @@ GH_PROJECT= qpp
NO_BUILD= yes
NO_ARCH= yes
do-test:
@cd ${BUILD_WRKSRC} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} unit_tests && \
ctest
.include <bsd.port.mk>