mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
test.h: Update README
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
9e662148eb
commit
cf253e12f3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ In your main function, call `run_tests`:
|
|||
int main(int argc, char *const *argv) {
|
||||
// necessary setup code
|
||||
// ...
|
||||
if (!run_tests(argc, argv)) {
|
||||
if (!run_tests(argc, argv, NULL)) {
|
||||
// test failed
|
||||
abort();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue