Commit 53edefb8 authored by Rusty Russell's avatar Rusty Russell

Fix up most #include "tap.h" -> #include "tap/tap.h" in tests.

parent 38f39568
#include "check_type/check_type.h"
#include "tap.h"
#include "tap/tap.h"
int main(int argc, char *argv[])
{
......
#include "container_of/container_of.h"
#include "tap.h"
#include "tap/tap.h"
struct foo {
int a;
......
#include "list/list.h"
#include "tap.h"
#include "tap/tap.h"
#include "list/list.c"
struct parent {
......
#include "noerr/noerr.h"
#include "tap.h"
#include "tap/tap.h"
#include "noerr/noerr.c"
#include <sys/types.h>
#include <sys/stat.h>
......
#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]))
......
......@@ -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", \
......
#include "typesafe_cb/typesafe_cb.h"
#include <string.h>
#include "tap.h"
#include "tap/tap.h"
static char dummy = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment