]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/run_tests.c
More test fixes.
[ccan] / tools / ccanlint / tests / run_tests.c
index 875ba758e43a70a036d3290c6ecf11effe3bc41c..33daff033a74673cef2513d3bd07ee11f4c05252 100644 (file)
@@ -77,6 +77,8 @@ static const char *describe_run_tests(struct manifest *m,
        return talloc_append_string(descrip, check_result);
 }
 
+/* FIXME: Handle by offering to run under debugger... */
+
 struct ccanlint run_tests = {
        .name = "run and api tests run successfully",
        .score = score_run_tests,