Page MenuHomeFreeBSD

tsort: Add unit tests.
ClosedPublic

Authored by des on May 10 2023, 1:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 20, 7:30 AM
Unknown Object (File)
Sun, Sep 15, 3:33 AM
Unknown Object (File)
Sun, Sep 8, 1:33 PM
Unknown Object (File)
Aug 24 2024, 5:47 AM
Unknown Object (File)
Aug 7 2024, 8:13 PM
Unknown Object (File)
Aug 7 2024, 3:33 PM
Unknown Object (File)
Jul 28 2024, 5:19 PM
Unknown Object (File)
Jul 9 2024, 4:56 AM

Details

Reviewers
markj
Group Reviewers
Klara
tests
Commits
rG09aee570980b: tsort: Add unit tests.
Summary

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.May 10 2023, 1:15 PM
markj added a subscriber: markj.
markj added inline comments.
usr.bin/tsort/tests/tsort_test.sh
5

I believe the SPDX identifier is supposed to come first.

This revision is now accepted and ready to land.May 10 2023, 1:27 PM
des marked an inline comment as done.May 10 2023, 1:43 PM
des added inline comments.
usr.bin/tsort/tests/tsort_test.sh
5
des marked an inline comment as done.May 10 2023, 1:43 PM
This revision was automatically updated to reflect the committed changes.
ngie added inline comments.
usr.bin/tsort/tests/Makefile
4

This appears unused.

usr.bin/tsort/tests/tsort_test.sh
5

Nope https://docs.freebsd.org/en/articles/license-guide/

Yea. Des is right. We only put it first when it's the summary for the boilerplate

usr.bin/tsort/tests/Makefile
4

I thought it was required...

kevans added inline comments.
usr.bin/tsort/tests/Makefile
4

should only be if you're building non-test PROGS with it