]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/idempotent.c
Implementation of auto-depends, based on Idris's start.
[ccan] / tools / ccanlint / tests / idempotent.c
index 0aa7d8b3ae22c5ad741187bb3b7905abefe5e63b..924f5bea3c7d6b53c424ba7cff6fafe7897aadf2 100644 (file)
@@ -137,3 +137,5 @@ struct ccanlint idempotent = {
        .check = check_idempotent,
        .describe = describe_idempotent,
 };
+
+REGISTER_TEST(idempotent, &trailing_whitespace, NULL);