misc/quantum++: Add test target
This commit is contained in:
parent
789eca88c0
commit
a612c43b4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563759
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue