From 1eb19587bf3d96712d8d3313ecb32e92e1fcbd30 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 9 Sep 2017 10:59:21 +0100 Subject: Fix up tests with nslog changes --- test/nsoption.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/nsoption.c') 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 */ -- cgit v1.2.3