Tests: Fix test plans and do not skip on fail
[babeltrace.git] / tests / lib / test_ctf_writer.c
index 596bb90da15b2bed2cbc9525e73c60d4a956f704..d246510e9fae0e88564cd9bdf5b76f193d4ecd2e 100644 (file)
@@ -57,6 +57,8 @@
 #define DEFAULT_CLOCK_IS_ABSOLUTE 0
 #define DEFAULT_CLOCK_TIME 0
 
+#define NR_TESTS 588
+
 static uint64_t current_time = 42;
 
 /* Return 1 if uuids match, zero if different. */
@@ -2689,7 +2691,7 @@ int main(int argc, char **argv)
                return -1;
        }
 
-       plan_no_plan();
+       plan_tests(NR_TESTS);
 
        if (!bt_mkdtemp(trace_path)) {
                perror("# perror");
This page took 0.02528 seconds and 4 git commands to generate.