svn commit: r546328 - head/lang/libobjc2

Alexey Dokuchaev danfe at FreeBSD.org
Thu Aug 27 08:01:15 UTC 2020


Author: danfe
Date: Thu Aug 27 08:01:14 2020
New Revision: 546328
URL: https://svnweb.freebsd.org/changeset/ports/546328

Log:
  Now that tests are built after r546301, hook them to our framework
  so "make test" would work.  Currently 99% tests pass, 2 tests fail
  out of 186 (on amd64).

Modified:
  head/lang/libobjc2/Makefile

Modified: head/lang/libobjc2/Makefile
==============================================================================
--- head/lang/libobjc2/Makefile	Thu Aug 27 07:59:22 2020	(r546327)
+++ head/lang/libobjc2/Makefile	Thu Aug 27 08:01:14 2020	(r546328)
@@ -20,6 +20,7 @@ GH_ACCOUNT=	gnustep
 GH_TUPLE=	Tessil:robin-map:757de82:robin_map/third_party/robin-map
 
 USE_LDCONFIG=	yes
+TEST_TARGET=	test
 
 CMAKE_ARGS+=	-DLIB_INSTALL_PATH=lib
 


More information about the svn-ports-head mailing list