tests: Automatically time TAP tests
[lttng-tools.git] / tests / utils / tap / tap.h
index 5da691919f08446fa14d9f58d392faf580fcad58..d4419181a64212521ea2481dc1740af67796df08 100644 (file)
@@ -66,6 +66,8 @@ extern "C" {
 __attribute__((format(TAP_PRINTF_FORMAT, 5, 6))) unsigned int
 _gen_result(int, const char *, const char *, unsigned int, const char *, ...);
 
+void _output_test_time(void);
+
 int plan_no_plan(void);
 __attribute__((noreturn)) int plan_skip_all(const char *);
 int plan_tests(unsigned int);
This page took 0.023324 seconds and 4 git commands to generate.