X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2Ftest_ctf_writer.c;h=d246510e9fae0e88564cd9bdf5b76f193d4ecd2e;hb=8bbe269d7275dfa1331b571bbe1cf8a7036be0c9;hp=596bb90da15b2bed2cbc9525e73c60d4a956f704;hpb=6038c87e1e44763c177d66317b0330f5a6171dc7;p=babeltrace.git diff --git a/tests/lib/test_ctf_writer.c b/tests/lib/test_ctf_writer.c index 596bb90d..d246510e 100644 --- a/tests/lib/test_ctf_writer.c +++ b/tests/lib/test_ctf_writer.c @@ -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");