]> git.ozlabs.org Git - ccan/blobdiff - ccan/str/test/run.c
Fix make check to run all tests.
[ccan] / ccan / str / test / run.c
index 20711ad0c0ea29fccd2ec9f20940fe935e8a4793..b55444a15b595f25250d9de4172187d9fbea675a 100644 (file)
@@ -1,7 +1,6 @@
-#include "string/string.h"
+#include "str/str.h"
 #include <stdlib.h>
 #include <stdio.h>
-#include "string/string.c"
 #include "tap/tap.h"
 
 /* FIXME: ccanize */
@@ -24,8 +23,6 @@ static char *strdup_rev(const char *s)
 int main(int argc, char *argv[])
 {
        unsigned int i, j, n;
-       char **split, *str;
-       void *ctx;
        char *strings[NUM_SUBSTRINGS * NUM_SUBSTRINGS];
        
        n = 0;