ladybird/Base/home/anon
Andrew Kaster cc0a376c95 Base+Utilities: Add run-tests program to run system tests with LibTest
This test program heavily pulls from the JavaScriptTestRunner/test-js,
but with a twist. Instead of loading JavaScript files into the current
process, constructing a JS environment for them, and executing test
suites/tests directly, run-tests posix_spawns each test file.

Test file stdout is written to a temp file, and only dumped to console
if the test fails or the verbose option is passed to the program. Unlike
test-js, times are always printed for every test executed for better
visibility in CI.
2021-06-30 08:18:28 +04:30
..
.config Base+Utilities: Add run-tests program to run system tests with LibTest 2021-06-30 08:18:28 +04:30
Documents Base: Move test PDFs from /res/pdf to /home/anon/Documents/pdf 2021-05-27 18:13:09 +01:00
Source LibDebug: Add support for parsing array types 2021-04-14 13:28:48 +02:00
tests Base+Utilities: Add run-tests program to run system tests with LibTest 2021-06-30 08:18:28 +04:30
Videos Userland: Add matroska program to test parsing Matroska container files 2021-06-06 17:47:00 +02:00
.shellrc Shell+LibLine: Support HISTCONTROL environment variable 2020-10-26 11:27:54 +01:00