ladybird/Tests/JSSpecCompiler
Sam Atkins 071f7fd818 LibCore+JSSpecCompiler: Add option for Process::spawn() to use spawnp()
Add a boolean to ProcessSpawnOptions, `search_for_executable_in_path`,
which when true, calls into posix_spawnp() instead of posix_spawn().
This defaults to false to maintain the existing behavior.

The `path` field is renamed to `executable` because having two fields
refer to "path" and mean different things seemed unnecessarily
confusing.
2024-01-19 12:16:21 -07:00
..
CMakeLists.txt JSSpecCompiler: Add regression test runner 2023-12-07 10:13:21 -07:00
test-runner.cpp LibCore+JSSpecCompiler: Add option for Process::spawn() to use spawnp() 2024-01-19 12:16:21 -07:00