summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-06-15 12:45:02 +0200
committerDave Davenport <qball@blame.services>2021-06-15 12:45:02 +0200
commit43957321d48e60258925a45dd8f978e77417129c (patch)
tree10490b1ca78071b9a44daf7ccc66b13de9666d56
parent74144db77d9106f8dcf84fdeada104797cb3a48f (diff)
[Test] meson build updates.
-rw-r--r--test/box-test.c1
-rw-r--r--test/helper-config-cmdline-parser.c1
-rw-r--r--test/helper-expand.c1
-rw-r--r--test/helper-pidfile.c1
-rw-r--r--test/helper-test.c1
-rw-r--r--test/scrollbar-test.c1
-rw-r--r--test/textbox-test.c1
-rw-r--r--test/widget-test.c1
8 files changed, 8 insertions, 0 deletions
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 ); \