From 4299e047894284e88a7066b84ff10af973d71412 Mon Sep 17 00:00:00 2001 From: fanasina Date: Mon, 9 Oct 2023 09:14:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e38819..91d741a 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ chmod +x compile.sh ### if need debug print `./compile "-D DEBUG=1"` ### if need gdb -`./compile "-g" +`./compile "-g"` ### if need prompt googletest like `./compile "-D HK"` -We can combine these option, for example `./compile "-D DEBUG=1 -D HK -g"` +We can combine these options, for example: `./compile "-D DEBUG=1 -D HK -g"` ## launch options if using run_all_tests_args(argc, argv); By default `./launch_is_good_{c,m}` is on 1 thread but we can add some options to run tests in parallel, or chanche colors, to disable progress bar, ..., to print help