unit_test: bump MAX_ARGS from 150 to 200

This commit is contained in:
mllwchrry
2026-03-02 16:42:19 +02:00
parent 2542b43451
commit d8e87e45f3

View File

@@ -13,7 +13,7 @@
/* Maximum number of command-line arguments.
* Must be at least as large as the total number of tests
* to allow specifying all tests individually. */
#define MAX_ARGS 150
#define MAX_ARGS 200
/* Maximum number of parallel jobs */
#define MAX_SUBPROCESSES 16