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, Jun 21, 5:27 AM
Unknown Object (File)
May 13 2024, 9:04 AM
Unknown Object (File)
May 10 2024, 12:24 PM
Unknown Object (File)
May 8 2024, 5:44 AM
Unknown Object (File)
May 8 2024, 5:44 AM
Unknown Object (File)
May 8 2024, 5:44 AM
Unknown Object (File)
May 8 2024, 2:10 AM
Unknown Object (File)
May 5 2024, 5:07 PM

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