Skip to content

Commit f27741f

Browse files
Fix unit test library path issue in CI environment
Co-Authored-By: [email protected] <[email protected]>
1 parent 1c23a30 commit f27741f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ static void usage(void)
282282
printf(" --help Show this usage information.\n");
283283
printf(" --static Run the tests using the static provider.\n");
284284
printf(" --dir <path> Location of wolfprovider shared library.\n");
285-
printf(" Default: .libs\n");
285+
printf(" Default: .libs (relative to test directory)\n");
286286
printf(" --provider <str> Name of wolfssl provider. Default: libwolfprov\n");
287287
printf(" --no-key-limits No limits on key size.\n");
288288
#ifdef TEST_MULTITHREADED

0 commit comments

Comments
 (0)