Date: Thu, 27 Aug 2020 08:01:14 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546328 - head/lang/libobjc2 Message-ID: <202008270801.07R81EFo007987@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008270801.07R81EFo007987>