summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2020-07-31 14:32:05 +0000
committerJan Rybar <jrybar@redhat.com>2020-07-31 14:32:05 +0000
commitb6110c4a371145e39a11a3218b5976f424e96db0 (patch)
tree0961daf5568906b98c6e6a6debe82bd79914894b
parent585f4f2715639394e36319d4918389d26e250e7b (diff)
parentdc9bfc8361534e9a7296acbe4ae3126d822bfd3a (diff)
downloadpolkit-b6110c4a371145e39a11a3218b5976f424e96db0.tar.gz
Merge branch 'dist-test-wrapper' into 'master'
add polkitbackendjsauthoritytest-wrapper.py into release tarball See merge request polkit/polkit!62
-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