summaryrefslogtreecommitdiffstats
path: root/tests/xspawn.c
Commit message (Collapse)AuthorAgeFilesLines
* diag: New helpers to include xstrerror(errno) automaticallyTavian Barnes21 hours1-21/+21
|
* build: Replace `make config` with a `./configure` scriptTavian Barnes2024-04-291-12/+3
| | | | | | | | | | This lets us do more traditional out-of-tree builds like $ ../path/to/bfs/configure $ make The .mk files are moved from ./config to ./build, mostly so that ./configure will auto-complete easily.
* Rename config.h to prelude.hTavian Barnes2024-04-191-1/+1
|
* tests: Add ../src to the include pathTavian Barnes2024-04-191-5/+5
|
* xspawn: Fix bfs_resolve_late() error reportingTavian Barnes2024-03-271-0/+23
|
* tests/xspawn: Test path resolution failureTavian Barnes2024-03-271-3/+30
|
* tests/xspawn: Also test dup2()Tavian Barnes2024-03-271-1/+3
|
* tests/xspawn: New unit testTavian Barnes2024-03-271-0/+154