Bug 274872

Summary: www/wt: Add test target
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Only Me CC: info
Priority: --- Flags: bugzilla: maintainer-feedback? (info)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Yuri Victorovich freebsd_committer freebsd_triage 2023-11-02 15:21:43 UTC
Created attachment 246065 [details]
patch

The TEST option is removed, because it builds tests when they are not requested (during the build process).

The test target is added which builds and runs the tests.
Comment 1 Mohammad S. Babaei 2023-11-02 16:28:36 UTC
Comment on attachment 246065 [details]
patch

Thank you! That looks good to me.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2023-11-02 17:14:43 UTC
Thanks for a quick approval!

Committed.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-11-02 17:15:45 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd31d93d4b10080231969559926f6c05183b6bc7

commit fd31d93d4b10080231969559926f6c05183b6bc7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-11-02 17:12:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-11-02 17:14:42 +0000

    www/wt: Add test target

    ... instead of the TEST option.
    The test target now builds and runs tests.

    PR:             274872
    Approved by:    info@babaei.net (maintainer)

 www/wt/Makefile | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)