Skip to content

Commit 3a9b963

Browse files
tiennouethomson
authored andcommitted
Documentation
1 parent bf9fc12 commit 3a9b963

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/clar.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ enum cl_test_status {
1616
CL_TEST_NOTRUN,
1717
};
1818

19+
/** Setup clar environment */
1920
void clar_test_init(int argc, char *argv[]);
2021
int clar_test_run(void);
2122
void clar_test_shutdown(void);
2223

24+
/** One shot setup & run */
2325
int clar_test(int argc, char *argv[]);
2426

2527
const char *clar_sandbox_path(void);

0 commit comments

Comments
 (0)