Bug 248678

Summary: Porters Handbook: Document "make test" target
Product: Documentation Reporter: Daniel Engberg <diizzy>
Component: Books & ArticlesAssignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape, pat, pauamma, portmgr
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Daniel Engberg freebsd_committer freebsd_triage 2020-08-15 22:35:03 UTC
Currently there's no entry that covers unit testing, is this something we want in?
It would also help reminding people not to break "make test" when updating ports.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-08-29 06:59:42 UTC
https://reviews.freebsd.org/D41626
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-08-29 11:09:02 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=becd110894c01e81dc9ad451ab34765cf9bf2f86

commit becd110894c01e81dc9ad451ab34765cf9bf2f86
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2023-08-28 11:48:01 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-08-29 11:07:05 +0000

    [phb]: Document make test

    Along with the relevant variables.

    PR:             248678
    Reported by:    diizzy@
    Reviewed by:    carlavilla@, ceri@
    Differential Revision: https://reviews.freebsd.org/D41626

 .../en/books/porters-handbook/testing/_index.adoc  | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-08-29 11:09:32 UTC
Thanks!