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: |
|
Comment on attachment 246065 [details]
patch
Thank you! That looks good to me.
Thanks for a quick approval! Committed. 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(-) |
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.