]> git.ozlabs.org Git - ccan/commitdiff
Fix up most #include "tap.h" -> #include "tap/tap.h" in tests.
authorRusty Russell <rusty@vivaldi>
Fri, 16 May 2008 04:36:30 +0000 (14:36 +1000)
committerRusty Russell <rusty@vivaldi>
Fri, 16 May 2008 04:36:30 +0000 (14:36 +1000)
check_type/test/run.c
container_of/test/run.c
list/test/run.c
noerr/test/run.c
string/test/run.c
talloc/test/run.c
typesafe_cb/test/run.c

index 1bc037e31ac03222ed84dc913b33469b02a16b5b..f4b33c1616a1b5bc38fc66fee496b374831186fe 100644 (file)
@@ -1,5 +1,5 @@
 #include "check_type/check_type.h"
-#include "tap.h"
+#include "tap/tap.h"
 
 int main(int argc, char *argv[])
 {
index d08b06a667d17dbee81725e579c238a501396956..dd57204d88f839bd15bbe16c3177c9871e00d492 100644 (file)
@@ -1,5 +1,5 @@
 #include "container_of/container_of.h"
-#include "tap.h"
+#include "tap/tap.h"
 
 struct foo {
        int a;
index 2297aede9fe0688a322be607d13a3cd36de30caf..66b9630db514610ac9d78c76212492e39b6465ca 100644 (file)
@@ -1,5 +1,5 @@
 #include "list/list.h"
-#include "tap.h"
+#include "tap/tap.h"
 #include "list/list.c"
 
 struct parent {
index 0cdd6d02f033da966462743587bf9241c7b2479d..6d3c6837cd228b857f3b11ab589dd0f2aa00aca7 100644 (file)
@@ -1,5 +1,5 @@
 #include "noerr/noerr.h"
-#include "tap.h"
+#include "tap/tap.h"
 #include "noerr/noerr.c"
 #include <sys/types.h>
 #include <sys/stat.h>
index 8e7b2d1936b5341fee85e638f8421d9a0cf7f8b7..fded0e49a3ebde3044ea9270cd02688055a7f0c3 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include "string/string.h"
-#include "tap.h"
+#include "tap/tap.h"
 
 /* FIXME: ccanize */
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))
index 6157c383b907be76d53669f581e4c473d2f9646d..7369186c08f5b5754c4988618b16a1561a63c3f9 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "talloc/talloc.c"
 #include <stdbool.h>
-#include "tap.h"
+#include "tap/tap.h"
 
 #define torture_assert(test, expr, str)                                        \
        ok(expr, "failure: %s [\n%s: Expression %s failed: %s\n]\n",    \
index 067535327d9fbd9fe76b87e87bc97199d9bb1ada..b04fae883c2e5c659496739dea75950da7e67b8f 100644 (file)
@@ -1,6 +1,6 @@
 #include "typesafe_cb/typesafe_cb.h"
 #include <string.h>
-#include "tap.h"
+#include "tap/tap.h"
 
 static char dummy = 0;