]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/examples_compile.c
ccanlint: list dependencies by key
[ccan] / tools / ccanlint / tests / examples_compile.c
index ff9e529b645a8d46b39f4c4a2e2c976221402905..a3ab73a967e0557f567a00f02d518aa26032bcff 100644 (file)
@@ -619,6 +619,7 @@ struct ccanlint examples_compile = {
        .name = "Module examples compile",
        .check = build_examples,
        .can_run = can_run,
+       .needs = "examples_exist module_builds"
 };
 
-REGISTER_TEST(examples_compile, &has_examples, &build, NULL);
+REGISTER_TEST(examples_compile);