Skip to content

Commit d8e87e4

Browse files
committed
unit_test: bump MAX_ARGS from 150 to 200
1 parent 2542b43 commit d8e87e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/unit_test.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/* Maximum number of command-line arguments.
1414
* Must be at least as large as the total number of tests
1515
* to allow specifying all tests individually. */
16-
#define MAX_ARGS 150
16+
#define MAX_ARGS 200
1717
/* Maximum number of parallel jobs */
1818
#define MAX_SUBPROCESSES 16
1919

0 commit comments

Comments
 (0)