X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Frszshm%2F_info;h=e9122e0b78b76dd0489286c7cbe28f912d154b24;hb=d3d2242ba8d975f8d7ddaa0348953dfd6f45ffce;hp=2134e671e6ca4a26341655d23b01735db827a3fb;hpb=ac29ec5d15e8b108cb75cfb4fe13d79739e9c5cf;p=ccan diff --git a/ccan/rszshm/_info b/ccan/rszshm/_info index 2134e671..e9122e0b 100644 --- a/ccan/rszshm/_info +++ b/ccan/rszshm/_info @@ -78,10 +78,6 @@ * * License: APACHE-2 * Author: Dan Good - * - * Ccanlint: - * // tests use optional macros containing statement expressions - * tests_compile_without_features FAIL */ int main(int argc, char *argv[]) { @@ -92,5 +88,12 @@ int main(int argc, char *argv[]) if (strcmp(argv[1], "depends") == 0) return 0; + if (strcmp(argv[1], "ccanlint") == 0) { + printf("tests_pass_valgrind FAIL\n"); + /* tests use optional macros containing statement expressions */ + printf("tests_compile_without_features FAIL\n"); + return 0; + } + return 1; }