New listKeys() API to support glob-style key search patterns
[ric-plt/sdl.git] / Makefile.am
index 8471b4f..bb92ba9 100644 (file)
@@ -5,6 +5,7 @@ BASE_CPPFLAGS = \
     -Werror \
     -Wextra \
     -Wno-missing-field-initializers \
+    -Wno-error=deprecated-declarations \
     -I$(top_srcdir)/include \
     -I$(builddir)/include \
     -DSDL_CONF_DIR='"@SDL_CONF_DIR@"' \
@@ -302,6 +303,7 @@ testrunner_SOURCES = \
     include/private/tst/enginemock.hpp \
     include/private/tst/gettopsrcdir.hpp \
     include/private/tst/namespaceconfigurationsmock.hpp \
+    include/private/tst/syncstorageimplmock.hpp \
     include/private/tst/systemmock.hpp \
     include/private/tst/wellknownerrorcode.hpp \
     tst/abort_test.cpp \