summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-07 16:01:56 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-07 16:01:56 +0100
commit51b5511017b632129df78d2906882abafd92c38a (patch)
tree3c4edc72d840ac91a80a9eb4d5c621c963c9336f /test
parent38be9d94aedd57dc77da3b994173e22f7c4ce0df (diff)
More doxygen sugar.
Diffstat (limited to 'test')
-rw-r--r--test/helper-test.c1
-rw-r--r--test/textbox-test.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/helper-test.c b/test/helper-test.c
index 1e4d9f55..1e9db324 100644
--- a/test/helper-test.c
+++ b/test/helper-test.c
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <helper.h>
#include <string.h>
+#include "settings.h"
static int test = 0;
diff --git a/test/textbox-test.c b/test/textbox-test.c
index 2277a92f..46883fcd 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -11,6 +11,7 @@
#include <textbox.h>
#include <rofi.h>
+#include "settings.h"
static int test = 0;
unsigned int normal_window_mode = 0;