summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/box-test.c3
-rw-r--r--test/scrollbar-test.c3
-rw-r--r--test/textbox-test.c4
-rw-r--r--test/widget-test.c3
4 files changed, 13 insertions, 0 deletions
diff --git a/test/box-test.c b/test/box-test.c
index 0e943d24..228fe52b 100644
--- a/test/box-test.c
+++ b/test/box-test.c
@@ -23,6 +23,9 @@ unsigned int test =0;
} \
}
+void config_parser_set_option ( const char *k, const char *v)
+{
+}
char * rofi_expand_path ( const char *path )
{
diff --git a/test/scrollbar-test.c b/test/scrollbar-test.c
index 297bff98..5402719c 100644
--- a/test/scrollbar-test.c
+++ b/test/scrollbar-test.c
@@ -22,6 +22,9 @@ unsigned int test =0;
abort ( ); \
} \
}
+void config_parser_set_option ( const char *k, const char *v)
+{
+}
void rofi_add_error_message ( GString *msg )
{}
diff --git a/test/textbox-test.c b/test/textbox-test.c
index 27a2e96d..8034b69b 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -22,6 +22,10 @@ unsigned int normal_window_mode = 0;
#include "view.h"
+void config_parser_set_option ( const char *k, const char *v)
+{
+}
+
void rofi_add_error_message ( GString *msg)
{
}
diff --git a/test/widget-test.c b/test/widget-test.c
index 5b06012b..5118ffbd 100644
--- a/test/widget-test.c
+++ b/test/widget-test.c
@@ -12,6 +12,9 @@ unsigned int test =0;
assert ( a ); \
printf ( "Test %3i passed (%s)\n", ++test, # a ); \
}
+void config_parser_set_option ( const char *k, const char *v)
+{
+}
void rofi_add_error_message ( GString *msg )
{
}