save
[protos/libecoli.git] / lib / ecoli_node_many.c
index 87534a3..7e1582c 100644 (file)
@@ -224,6 +224,7 @@ struct ec_node *ec_node_many(const char *id, struct ec_node *child,
        return &node->gen;
 }
 
+/* LCOV_EXCL_START */
 static int ec_node_many_testcase(void)
 {
        struct ec_node *node;
@@ -302,6 +303,7 @@ static int ec_node_many_testcase(void)
 
        return ret;
 }
+/* LCOV_EXCL_STOP */
 
 static struct ec_test ec_node_many_test = {
        .name = "node_many",