Tests: Fix test plans and do not skip on fail
[babeltrace.git] / tests / lib / test_bt_values.c
index 4eb20ba51dbd4b80d4115dce22f246dab40410b4..34fbc82cef448983be2d4dec9973739c605a42db 100644 (file)
@@ -25,6 +25,8 @@
 #include <string.h>
 #include "tap/tap.h"
 
+#define NR_TESTS 238
+
 static
 void test_null(void)
 {
@@ -1154,7 +1156,7 @@ void test_freeze(void)
 
 int main(void)
 {
-       plan_no_plan();
+       plan_tests(NR_TESTS);
 
        test_macros();
        test_freeze();
This page took 0.023078 seconds and 4 git commands to generate.