test: fix building of unit tests

This fixes commit 1227873b88.
This commit is contained in:
Miroslav Lichvar 2019-07-16 13:30:05 +02:00
parent 8e74655b03
commit a073f383e6

View file

@ -57,7 +57,7 @@ main(int argc, char **argv)
for (i = 1; i < argc; i++) {
if (!strcmp(argv[i], "-d")) {
LOG_SetDebugLevel(2);
LOG_SetMinSeverity(LOGS_DEBUG);
} else if (!strcmp(argv[i], "-s") && i + 1 < argc) {
seed = atoi(argv[++i]);
} else {