summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-29 07:57:54 +0200
committerDave Davenport <qball@gmpclient.org>2017-03-29 07:57:54 +0200
commit474be38d32e225b51b6928cce088621e5ba3b80c (patch)
treeab8b9d64d45c82d2f827327d2a8ff514256b4a1b /test
parent533517f97b966a525e24d9ead88a6457111578e5 (diff)
parente45f0194d116a69abe77d74116eb5f1cf50e76ed (diff)
Merge remote-tracking branch 'origin/master' into theme_specstheme_specs
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..74794820 100644
--- a/test/box-test.c
+++ b/test/box-test.c
@@ -23,6 +23,9 @@ unsigned int test =0;
} \
}
+void config_parse_set_property ( const void *p )
+{
+}
char * rofi_expand_path ( const char *path )
{
diff --git a/test/scrollbar-test.c b/test/scrollbar-test.c
index 297bff98..9de2f744 100644
--- a/test/scrollbar-test.c
+++ b/test/scrollbar-test.c
@@ -22,6 +22,9 @@ unsigned int test =0;
abort ( ); \
} \
}
+void config_parse_set_property ( const void *p )
+{
+}
void rofi_add_error_message ( GString *msg )
{}
diff --git a/test/textbox-test.c b/test/textbox-test.c
index 27a2e96d..664b4b61 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_parse_set_property ( void *p )
+{
+}
+
void rofi_add_error_message ( GString *msg)
{
}
diff --git a/test/widget-test.c b/test/widget-test.c
index 5b06012b..d9eab98a 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_parse_set_property ( const void *p )
+{
+}
void rofi_add_error_message ( GString *msg )
{
}