summaryrefslogtreecommitdiff
path: root/test/nsoption.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/nsoption.c')
-rw-r--r--test/nsoption.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/nsoption.c b/test/nsoption.c
index 5874c94b6..8f2388a5b 100644
--- a/test/nsoption.c
+++ b/test/nsoption.c
@@ -39,6 +39,9 @@ const char *test_choices_all_path = "test/data/Choices-all";
const char *test_choices_full_path = "test/data/Choices-full";
const char *test_choices_missing_path = "test/data/Choices-missing";
+/* Stubs */
+nserror nslog_set_filter_by_options() { return NSERROR_OK; }
+
/**
* generate test output filenames
*/