serenity/Tests/Utilities
Shannon Booth 5dd93474ee LibCore+Tests: Unify process handling into Command class
The Test262RunnerHandler class in test-test262 was made in order to
spawn a subprocess, connect to its input/output error pipes, and obtain
its return value.

Later on, a copy of this implementation was added to TestSed with
modifications, such as adding support for reading from the output pipes
as well.

Unify these two implementations into a new Core::Command class. This new
implementation is more closely modeled from the TestSed implementation
due to the extra functionality it implemented.
2023-07-18 14:48:45 +01:00
..
CMakeLists.txt Tests: Add tests for sed utility 2023-04-09 18:09:23 -06:00
TestSed.cpp LibCore+Tests: Unify process handling into Command class 2023-07-18 14:48:45 +01:00