summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2015-05-12 19:06:23 +0000
committerMikhail Teterin <mi@FreeBSD.org>2015-05-12 19:06:23 +0000
commitbec4e3417d8a8e657e16910a367054683be0bf87 (patch)
tree0df2d5439b763504cd0f2d35c3557692d756a1f3 /java
parentFix the build in the case of newer JUnit, that, in its turn, uses hamcrest now. (diff)
Make regression-test target depend on build and always use "test", when invoking tests.
Notes
Notes: svn path=/head/; revision=386169
Diffstat (limited to 'java')
-rw-r--r--java/berkeley-db/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/berkeley-db/Makefile b/java/berkeley-db/Makefile
index 027ca6f3cdbe..af86dc4af887 100644
--- a/java/berkeley-db/Makefile
+++ b/java/berkeley-db/Makefile
@@ -26,11 +26,11 @@ PLIST_FILES= %%JAVAJARDIR%%/je.jar
PORTDOCS= *
PORTEXAMPLES= *
-regression-test check test:
+regression-test check test: build
#
# Running the vendor-provided self-tests. This may take a while
#
- if ! (cd ${BUILD_WRKSRC} ; ${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${.TARGET}) ; \
+ if ! (cd ${BUILD_WRKSRC} ; ${MAKE_ENV} ${ANT} ${MAKE_ARGS} test) ; \
then \
${ECHO_MSG} Please, review test failures and consider \
reporting them via \