summaryrefslogtreecommitdiff
path: root/tests/clar/clar.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/clar/clar.h')
-rw-r--r--tests/clar/clar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/clar/clar.h b/tests/clar/clar.h
index 3f659c2f6..8c22382bd 100644
--- a/tests/clar/clar.h
+++ b/tests/clar/clar.h
@@ -13,12 +13,12 @@ enum cl_test_status {
CL_TEST_OK,
CL_TEST_FAILURE,
CL_TEST_SKIP,
- CL_TEST_NOTRUN
+ CL_TEST_NOTRUN,
};
enum cl_output_format {
CL_OUTPUT_CLAP,
- CL_OUTPUT_TAP
+ CL_OUTPUT_TAP,
};
/** Setup clar environment */
@@ -60,7 +60,7 @@ typedef enum cl_trace_event {
CL_TRACE__TEST__END,
CL_TRACE__TEST__RUN_BEGIN,
CL_TRACE__TEST__RUN_END,
- CL_TRACE__TEST__LONGJMP
+ CL_TRACE__TEST__LONGJMP,
} cl_trace_event;
typedef void (cl_trace_cb)(