X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fexamples_run.c;h=6418d833bfcd6126c786f37c4e5b28fbac5a70c3;hp=077ea2487b431a1f365702f94b9ff4f78473df5d;hb=100444225380d3f5ca29424ea54703d308c7c651;hpb=016a19d260cd7f4afeb5b2b2cc28c8bbed1cd170 diff --git a/tools/ccanlint/tests/examples_run.c b/tools/ccanlint/tests/examples_run.c index 077ea248..6418d833 100644 --- a/tools/ccanlint/tests/examples_run.c +++ b/tools/ccanlint/tests/examples_run.c @@ -248,10 +248,10 @@ static void run_examples(struct manifest *m, bool keep, expect = find_expect(i, lines, &input, &exact, &linenum)) { char *err; - score->total++; if (i->compiled == NULL) continue; + score->total++; output = unexpected(i, input, expect, exact); if (!output) { score->score++;