don't do code coverage on main.C
authorOlivier Matz <zer0@droids-corp.org>
Sun, 11 Mar 2018 12:28:54 +0000 (13:28 +0100)
committerOlivier Matz <zer0@droids-corp.org>
Sun, 11 Mar 2018 12:28:54 +0000 (13:28 +0100)
lib/main.c

index 9d85186..e508d46 100644 (file)
@@ -15,6 +15,7 @@
 #include <ecoli_test.h>
 #include <ecoli_malloc.h>
 
+/* LCOV_EXCL_START */
 EC_LOG_TYPE_REGISTER(main);
 
 #define COUNT_OF(x) ((sizeof(x)/sizeof(0[x])) / \
@@ -399,3 +400,4 @@ int main(int argc, char **argv)
 
        return 0;
 }
+/* LCOV_EXCL_STOP */