summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-07-03 09:58:04 +0100
committerSimon McVittie <smcv@collabora.com>2019-07-03 11:18:49 +0100
commit78d5af5ce921cc61e7668084e738ba48de3884d9 (patch)
tree6b29ebe1d06a4ccb8b551b39c7d48dec21cceaaa /test/Makefile.am
parent043494618e6c22a101907ce417aa2723161571b0 (diff)
downloaddbus-78d5af5ce921cc61e7668084e738ba48de3884d9.tar.gz
tests: Move _dbus_sha_test outside libdbus
Instead of exposing _dbus_sha_test() as a private exported symbol, we can expose _dbus_sha_compute(), which is the only thing called by the test that isn't already exported. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 8f14ae18..e29c954e 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -249,6 +249,7 @@ test_misc_internals_SOURCES = \
internals/dbus-sysdeps-util.c \
internals/misc-internals.c \
internals/misc-internals.h \
+ internals/sha.c \
$(NULL)
test_misc_internals_LDADD = libdbus-testutils.la