Update README.md

This commit is contained in:
fanasina
2023-10-09 09:14:08 +02:00
committed by GitHub
parent 8e9755c120
commit 4299e04789
+2 -2
View File
@@ -22,11 +22,11 @@ chmod +x compile.sh
### if need debug print ### if need debug print
`./compile "-D DEBUG=1"` `./compile "-D DEBUG=1"`
### if need gdb ### if need gdb
`./compile "-g" `./compile "-g"`
### if need prompt googletest like ### if need prompt googletest like
`./compile "-D HK"` `./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); ## 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 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