config: Remove use of %m sscanf format specifier
The %m format specifier isn't defined by the C standards and so produces
an error under CFLAGS=`-pedantic -Werror`.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: I7fd818582472ced3f8e6adc2ea5d545b5b7dc020
diff --git a/test/Makefile.am b/test/Makefile.am
index 8fc0839..fe17a69 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -12,7 +12,8 @@
test-ringbuffer-boundary-poll \
test-ringbuffer-poll-force \
test-config-parse-logsize \
- test-client-escape
+ test-client-escape \
+ test-config-parse
EXTRA_DIST = ringbuffer-test-utils.c