From bcb6b6f3fde24883c9ee1dc40deef69818e19307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=E2=84=B9=20Ruoyao?= Date: Wed, 6 May 2020 17:31:48 +0800 Subject: add jansson_* to shared library exports --- test/suites/api/check-exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/suites') diff --git a/test/suites/api/check-exports b/test/suites/api/check-exports index 9adca7d..2b6b3c7 100755 --- a/test/suites/api/check-exports +++ b/test/suites/api/check-exports @@ -7,7 +7,7 @@ SOFILE="../src/.libs/libjansson.so" # The list of symbols, which the shared object should export, is read # from the def file, which is used in Windows builds -grep 'json_' $top_srcdir/src/jansson.def \ +grep 'json_\|jansson_' $top_srcdir/src/jansson.def \ | sed -e 's/ //g' \ | sort \ >$test_log/exports -- cgit v1.1