summaryrefslogtreecommitdiff
path: root/test/core/run-test.sh
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-09-15 15:53:20 +0100
committerSimon McVittie <smcv@collabora.com>2018-12-03 15:12:07 +0000
commit869433227a4f54209d0be5f4cbda275394607d73 (patch)
tree229a5d8e7b2d37a9b03652fbfc65e05661a02e7f /test/core/run-test.sh
parent9c038151b491dead7b9f9ca2d1a70c16417966a0 (diff)
downloaddbus-glib-869433227a4f54209d0be5f4cbda275394607d73.tar.gz
Add a regression test for fd.o#80557
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'test/core/run-test.sh')
-rwxr-xr-xtest/core/run-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/run-test.sh b/test/core/run-test.sh
index fe0d3f8..3d01e46 100755
--- a/test/core/run-test.sh
+++ b/test/core/run-test.sh
@@ -52,4 +52,5 @@ else
${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/core/test-private || die "test-private failed"
${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/core/test-error-mapping || die "test-error-mapping failed"
${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/core/test-peer-on-bus || die "test-peer-on-bus failed"
+ ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/core/test-unsupported-type || die "test-unsupported-type failed"
fi