]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/examples_run.c
ccanlint: list dependencies by key
[ccan] / tools / ccanlint / tests / examples_run.c
index 7fe41654b443cdf28da5c7f6e910efc9d33e1d2e..077ea2487b431a1f365702f94b9ff4f78473df5d 100644 (file)
@@ -276,6 +276,7 @@ struct ccanlint examples_run = {
        .name = "Module examples with expected output give that output",
        .check = run_examples,
        .can_run = can_run,
+       .needs = "examples_compile"
 };
 
-REGISTER_TEST(examples_run, &examples_compile, NULL);
+REGISTER_TEST(examples_run);