]> git.droids-corp.org - protos/libecoli.git/commitdiff
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 9d851869bb8433785d8eec10881cc790be1724fc..e508d465a570faf3c1e550bb3e60424d78cf3eab 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 */