summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2020-05-04 16:49:55 +1000
committerDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2020-12-19 12:15:21 +1100
commitb6ee1a176fef18715d9c783915c5f41831e92f57 (patch)
tree3a94eb3179f1d174b939a20677b5d208716dc681 /tests
parent7bcd1b2acf965b3170d8340a7eced0eabe438ccf (diff)
downloaddconf-b6ee1a176fef18715d9c783915c5f41831e92f57.tar.gz
client: add abicheck
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 0992435..19f693a 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -51,7 +51,8 @@ endforeach
symbol_test = find_program('abicheck.sh')
abi_tests = [
- ['gsettings', libdconf_settings, files('../gsettings/symbols.txt')[0]]
+ ['gsettings', libdconf_settings, files('../gsettings/symbols.txt')[0]],
+ ['libdconf', libdconf, files('../client/symbols.txt')[0]],
]
foreach abi_test: abi_tests