From nobody Tue Oct 5 18:37:35 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 232CC17E7EC8; Tue, 5 Oct 2021 18:37:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HP5t80Vkmz4cfd; Tue, 5 Oct 2021 18:37:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E599411D87; Tue, 5 Oct 2021 18:37:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 195IbZTK021075; Tue, 5 Oct 2021 18:37:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 195IbZXD021074; Tue, 5 Oct 2021 18:37:35 GMT (envelope-from git) Date: Tue, 5 Oct 2021 18:37:35 GMT Message-Id: <202110051837.195IbZXD021074@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 20939d8299f2 - main - math/py-heyoka: Add testsuite to the test target List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 20939d8299f29b2faacc46a0169e143f481a406a Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=20939d8299f29b2faacc46a0169e143f481a406a commit 20939d8299f29b2faacc46a0169e143f481a406a Author: Yuri Victorovich AuthorDate: 2021-10-05 16:42:16 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-05 18:36:26 +0000 math/py-heyoka: Add testsuite to the test target --- math/py-heyoka/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/py-heyoka/Makefile b/math/py-heyoka/Makefile index ca6a769fb2aa..145a3fe4afd1 100644 --- a/math/py-heyoka/Makefile +++ b/math/py-heyoka/Makefile @@ -33,6 +33,8 @@ CMAKE_ON= HEYOKA_PY_ENABLE_IPO CMAKE_ARGS= -DFREEBSD_PYTHON_DISTVERSION=${PYTHON_DISTVERSION} do-test: install + # testsuite based on instructions in https://bluescarni.github.io/heyoka.py/install.html#verifying-the-installation + @${PYTHON_CMD} -c "import heyoka; heyoka.test.run_test_suite();" # integrate and plot an example @${PYTHON_CMD} ${FILESDIR}/example-restricted-three-body-problem.py