X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=8acae39e43bc2b94aea85d3147643a2f995dcf04;hb=94aca03203cbba94c25fba00b7ff80e529d275c7;hp=a36ffce8d3f78e1f1117fb4af17e65701c005459;hpb=d5942e17321e69ddcc71923b3722679067026f79;p=open-adventure.git diff --git a/main.c b/main.c index a36ffce..8acae39 100644 --- a/main.c +++ b/main.c @@ -37,6 +37,8 @@ bool oldstyle = false; bool editline = true; bool prompt = true; +// LCOV_EXCL_START +// exclude from coverage analysis because it requires interactivity to test static void sig_handler(int signo) { if (signo == SIGINT) { @@ -45,6 +47,7 @@ static void sig_handler(int signo) } exit(0); } +// LCOV_EXCL_STOP /* * MAIN PROGRAM