diff options
Diffstat (limited to 'math/minorminer/Makefile')
-rw-r--r-- | math/minorminer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/minorminer/Makefile b/math/minorminer/Makefile index 33c5a146e73b..0777a36fd02b 100644 --- a/math/minorminer/Makefile +++ b/math/minorminer/Makefile @@ -1,5 +1,5 @@ PORTNAME= minorminer -DISTVERSION= 0.2.16 +DISTVERSION= 0.2.19 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -26,4 +26,6 @@ do-install: # workaround for https://github.com/dwavesystems/minorminer/issues/2 post-test: @cd ${BUILD_WRKSRC}/tests && ./run_tests +# tests as of 0.2.19: 34 tests from 4 test suites ran. (5 ms total) + .include <bsd.port.mk> |