Tests: License headers, clang-format, clearer output

This commit is contained in:
Ben Wiederhake 2020-08-01 23:49:01 +02:00 committed by Andreas Kling
commit 58240aedd9
Notes: sideshowbarker 2024-07-19 04:23:24 +09:00
16 changed files with 359 additions and 30 deletions

View file

@ -66,5 +66,6 @@ int main()
++i;
}
printf(failed ? "FAIL\n" : "PASS\n");
return failed ? 1 : 0;
}