Sponsored by: Klara, Inc.
Details
Details
- Reviewers
imp kevans - Group Reviewers
Klara - Commits
- rGd2da6ed98494: fts: Add tests for most FTS options.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/libc/tests/gen/fts_options.c | ||
---|---|---|
53 | That's cute, I kind of wish we had some atf-c(3) support for this instead to abstract away that particular detail. That's fine for now, unless you didn't intend to leave it in. |
lib/libc/tests/gen/fts_options.c | ||
---|---|---|
53 | On the contrary, this is the compromise I arrived at to avoid removing the fprintf() at the top of the loop in fts_options_test(), because I don't want it in regular test output, but this test is hopeless to debug without it. |