summaryrefslogtreecommitdiffstats
path: root/tests/tests.sh
AgeCommit message (Expand)Author
2022-10-19tests: Split test cases into separate filesTavian Barnes
2022-10-05tests: Test -exec with a nonexistent commandTavian Barnes
2022-09-18tests: POSIX doesn't *require* -ok ... {} + to be unsupportedTavian Barnes
2022-07-18tests: Don't pass NUL bytes to sortTavian Barnes
2022-07-13tests: Limit path lengths passed to mkdirTavian Barnes
2022-07-13tests: Set colors to the empty string for non-ttysTavian Barnes
2022-07-13tests: Use set -uTavian Barnes
2022-07-13tests: Optimize startupTavian Barnes
2022-07-13tests: Add tests for parsing failures in more locationsTavian Barnes
2022-07-12tests: New test for -exec with unset $PATHTavian Barnes
2022-07-12tests: Simplify snapshot testing without bfs_diffTavian Barnes
2022-06-01tests: Add a test for every printf directiveTavian Barnes
2022-05-29tests: Add tests for -warn/-nowarnTavian Barnes
2022-05-20tests: Don't print test names to non-ttys without --verbose=testsTavian Barnes
2022-05-20Makefile: Add a BUILDDIR variable for out-of-tree buildsTavian Barnes
2022-05-16Makefile: Split build into bin and obj directoriesTavian Barnes