summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXℹ Ruoyao <xry111@mengyan1223.wang>2020-07-31 11:47:17 +0800
committerXℹ Ruoyao <xry111@mengyan1223.wang>2020-07-31 11:55:15 +0800
commitdc9bfc8361534e9a7296acbe4ae3126d822bfd3a (patch)
tree0961daf5568906b98c6e6a6debe82bd79914894b
parent585f4f2715639394e36319d4918389d26e250e7b (diff)
downloadpolkit-dc9bfc8361534e9a7296acbe4ae3126d822bfd3a.tar.gz
add polkitbackendjsauthoritytest-wrapper.py into release tarball
-rw-r--r--test/polkitbackend/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/polkitbackend/Makefile.am b/test/polkitbackend/Makefile.am
index 4b13256..b714c60 100644
--- a/test/polkitbackend/Makefile.am
+++ b/test/polkitbackend/Makefile.am
@@ -33,7 +33,10 @@ TEST_PROGS =
# ----------------------------------------------------------------------------------------------------
-polkitbackendjsauthoritytest_SOURCES = test-polkitbackendjsauthority.c
+polkitbackendjsauthoritytest_SOURCES = \
+ test-polkitbackendjsauthority.c \
+ polkitbackendjsauthoritytest-wrapper.py
+
# force C++ link via dummy C++ file, (see GNU automake manual section 8.3.5)
nodist_EXTRA_polkitbackendjsauthoritytest_SOURCES = dummy-force-cpp-link.cxx