]> git.ozlabs.org Git - ccan/blobdiff - ccan/str/test/run.c
ccanlint: timeout, and implement -t option for quicker tests.
[ccan] / ccan / str / test / run.c
index b55444a15b595f25250d9de4172187d9fbea675a..f35d75d6ea4dc53e8ccb01349dbd519ef6b32739 100644 (file)
@@ -1,7 +1,7 @@
-#include "str/str.h"
+#include <ccan/str/str.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include "tap/tap.h"
+#include <ccan/tap/tap.h>
 
 /* FIXME: ccanize */
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))