svn commit: r466945 - head/graphics/jpeg

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 10 08:33:38 UTC 2018


Author: amdmi3
Date: Tue Apr 10 08:33:38 2018
New Revision: 466945
URL: https://svnweb.freebsd.org/changeset/ports/466945

Log:
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/jpeg/Makefile

Modified: head/graphics/jpeg/Makefile
==============================================================================
--- head/graphics/jpeg/Makefile	Tue Apr 10 08:26:30 2018	(r466944)
+++ head/graphics/jpeg/Makefile	Tue Apr 10 08:33:38 2018	(r466945)
@@ -23,6 +23,8 @@ DISTVERSION2=	8d
 USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+TEST_TARGET=	test
+TEST_ENV=	LD_LIBRARY_PATH=${WRKSRC}/.libs
 
 ADDITIONAL_HEADER=	jinclude.h jpegint.h
 
@@ -39,11 +41,6 @@ post-extract:
 
 post-build:
 	@cd ${WRKSRC} && ${CC} ${CFLAGS} -o jpegexiforient jpegexiforient.c
-
-test: build
-	${SETENV} LD_LIBRARY_PATH=${WRKSRC}/.libs ${MAKE} -C ${WRKSRC} test
-
-regression-test:	test
 
 post-install:
 .for header in ${ADDITIONAL_HEADER}


More information about the svn-ports-head mailing list