X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Frun_tests.c;h=aa7f90a9765e4283cbd1439526e653df8090a123;hp=1a8d75ea4548ecc28836cd2b9d813108103a35d5;hb=4239dd56d06be573c5cbf8fdf1ab0995cbd4bc66;hpb=650c775ff00cccd03fc84e7789a03c51d9839004 diff --git a/tools/run_tests.c b/tools/run_tests.c index 1a8d75ea..aa7f90a9 100644 --- a/tools/run_tests.c +++ b/tools/run_tests.c @@ -7,8 +7,7 @@ #include "ccan/tap/tap.h" #include "ccan/talloc/talloc.h" #include "ccan/string/string.h" - -#define CFLAGS "-O3 -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan -I." +#include "tools.h" /* FIXME: Use build bug later. */ #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))