Skip to content

Commit

Permalink
devel/lyra: Add tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Nov 19, 2021
1 parent 4e5d3d4 commit 99aa5e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions devel/lyra/Makefile
Expand Up @@ -9,6 +9,8 @@ COMMENT= Command line parser for C++11
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

TEST_DEPENDS= b2:devel/boost_build

USES= cmake compiler:c++11-lang

USE_GITHUB= yes
Expand All @@ -17,4 +19,7 @@ GH_PROJECT= Lyra

NO_ARCH= yes

do-test: install # one test fails: https://github.com/bfgroup/Lyra/issues/57
@cd ${WRKSRC}/tests && b2 toolset=clang

.include <bsd.port.mk>

0 comments on commit 99aa5e1

Please sign in to comment.