From 43957321d48e60258925a45dd8f978e77417129c Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 15 Jun 2021 12:45:02 +0200 Subject: [Test] meson build updates. --- test/box-test.c | 1 + test/helper-config-cmdline-parser.c | 1 + test/helper-expand.c | 1 + test/helper-pidfile.c | 1 + test/helper-test.c | 1 + test/scrollbar-test.c | 1 + test/textbox-test.c | 1 + test/widget-test.c | 1 + 8 files changed, 8 insertions(+) diff --git a/test/box-test.c b/test/box-test.c index 0e1aa48f..8821170d 100644 --- a/test/box-test.c +++ b/test/box-test.c @@ -39,6 +39,7 @@ #include "rofi.h" #include "xrmoptions.h" #include "helper.h" +#include "rofi-icon-fetcher.h" unsigned int test =0; #define TASSERT( a ) { \ assert ( a ); \ diff --git a/test/helper-config-cmdline-parser.c b/test/helper-config-cmdline-parser.c index 93e29ab8..f1c288dc 100644 --- a/test/helper-config-cmdline-parser.c +++ b/test/helper-config-cmdline-parser.c @@ -38,6 +38,7 @@ #include "rofi.h" #include "settings.h" #include "widgets/textbox.h" +#include "rofi-icon-fetcher.h" static int test = 0; diff --git a/test/helper-expand.c b/test/helper-expand.c index 573878ea..78806cb1 100644 --- a/test/helper-expand.c +++ b/test/helper-expand.c @@ -39,6 +39,7 @@ #include "rofi.h" #include "settings.h" #include "widgets/textbox.h" +#include "rofi-icon-fetcher.h" static int test = 0; diff --git a/test/helper-pidfile.c b/test/helper-pidfile.c index b9ddac66..d97b284e 100644 --- a/test/helper-pidfile.c +++ b/test/helper-pidfile.c @@ -38,6 +38,7 @@ #include "rofi.h" #include "settings.h" #include "widgets/textbox.h" +#include "rofi-icon-fetcher.h" static int test = 0; diff --git a/test/helper-test.c b/test/helper-test.c index 274d8296..2ccd8c39 100644 --- a/test/helper-test.c +++ b/test/helper-test.c @@ -38,6 +38,7 @@ #include "xcb-internal.h" #include "rofi.h" #include "settings.h" +#include "rofi-icon-fetcher.h" static int test = 0; diff --git a/test/scrollbar-test.c b/test/scrollbar-test.c index b0287e26..a66bda1d 100644 --- a/test/scrollbar-test.c +++ b/test/scrollbar-test.c @@ -41,6 +41,7 @@ #include "rofi.h" #include "xrmoptions.h" #include "helper.h" +#include "rofi-icon-fetcher.h" unsigned int test =0; #define TASSERT( a ) { \ assert ( a ); \ diff --git a/test/textbox-test.c b/test/textbox-test.c index d4e646f0..ff054b59 100644 --- a/test/textbox-test.c +++ b/test/textbox-test.c @@ -42,6 +42,7 @@ #include "settings.h" #include "xrmoptions.h" +#include "rofi-icon-fetcher.h" static int test = 0; unsigned int normal_window_mode = 0; diff --git a/test/widget-test.c b/test/widget-test.c index b49e2a56..2eeafa9d 100644 --- a/test/widget-test.c +++ b/test/widget-test.c @@ -38,6 +38,7 @@ #include "display.h" #include "xrmoptions.h" #include "xcb.h" +#include "rofi-icon-fetcher.h" unsigned int test =0; #define TASSERT( a ) { \ assert ( a ); \ -- cgit v1.2.3