From 1ca519fc02cf53f999f3d0803241816ce06037cd Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 6 May 2018 08:33:58 +0000 Subject: - Fix tests and switch to new test framework Approved by: portmgr blanket --- java/jode/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'java') diff --git a/java/jode/Makefile b/java/jode/Makefile index 9c0bcefdd7d6..2a194d6f6da5 100644 --- a/java/jode/Makefile +++ b/java/jode/Makefile @@ -19,8 +19,10 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ NEED_JAVAC= yes GNU_CONFIGURE= yes -USES= gmake +USES= gmake perl5:test shebangfix +SHEBANG_FILES= ${WRKSRC}/jcpp MAKE_JOBS_UNSAFE= yes +TEST_TARGET= check GETOPT_JAR= ${JAVALIBDIR}/java-getopt.jar CLASSLIB= ${JAVA_CLASSES}:${GETOPT_JAR} @@ -48,7 +50,4 @@ do-install: ${STAGEDIR}/${JAVAJARDIR}/ ${INSTALL_SCRIPT} ${WRKDIR}/jode ${STAGEDIR}/${PREFIX}/bin/ -test check regression-test: build - ${MAKE} -C ${WRKSRC}/test check-TESTS - .include -- cgit v1.2.3