save
[protos/libecoli.git] / lib / ecoli_node_option.c
index 0c72f98..4b52814 100644 (file)
@@ -113,6 +113,7 @@ struct ec_node *ec_node_option(const char *id, struct ec_node *child)
        return &node->gen;
 }
 
+/* LCOV_EXCL_START */
 static int ec_node_option_testcase(void)
 {
        struct ec_node *node;
@@ -151,6 +152,7 @@ static int ec_node_option_testcase(void)
 
        return ret;
 }
+/* LCOV_EXCL_STOP */
 
 static struct ec_test ec_node_option_test = {
        .name = "node_option",