ppsspp/headless
Henrik Rydgård 0a9e463383 pspautotests runner (headless): Add ability to specify a directory to recurse
Also add the ability to ignore individual tests.

This is very useful during development for convenient multi-test runs
from within Visual Studio.

Example command line:

```
 --root pspautotests/tests/../ -o --compare --timeout=30 --graphics=software pspautotests/tests/audio/atrac/... --ignore pspautotests/tests/audio/atrac/second/resetting.prx --ignore pspautotests/tests/audio/atrac/replay.prx
```
2025-01-05 10:22:50 +01:00
..
Compare.cpp Replace "ReadFileToString" with a few semantically clearer wrappers. 2024-01-25 09:55:54 +01:00
Compare.h headless: Allow screenshot to not be 512x272. 2022-10-18 21:33:47 -07:00
Headless.cpp pspautotests runner (headless): Add ability to specify a directory to recurse 2025-01-05 10:22:50 +01:00
headless.txt Temporarily disable the gpu/vertices/texcoords test that is not quite working 100% on ARM 2024-04-29 11:43:31 +02:00
Headless.vcxproj Remove the separate lua vcxproj. Somehow cursed on the buildbot :/ 2024-11-06 20:18:05 +01:00
Headless.vcxproj.filters headless: Rename StubHost to HeadlessHost. 2023-03-25 17:49:05 -07:00
HeadlessHost.cpp headless: Fix screenshot failure. 2023-03-31 23:51:04 -07:00
HeadlessHost.h headless: Fix screenshot failure. 2023-03-31 23:51:04 -07:00
SDLHeadlessHost.cpp Add a "reason" argument to sleep_ms(). 2024-11-21 15:28:51 +01:00
SDLHeadlessHost.h headless: Rename StubHost to HeadlessHost. 2023-03-25 17:49:05 -07:00
WindowsHeadlessHost.cpp Add a "reason" argument to sleep_ms(). 2024-11-21 15:28:51 +01:00
WindowsHeadlessHost.h Windows: Split out Create... from InitSysDirectories, fixup uses 2023-08-18 12:46:40 +02:00