summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2026-06-01 12:44:49 -0400
committerVictor Kareh <[email protected]>2026-06-02 17:29:02 -0400
commit352d46785736b28bc65311d17a9f5033afe65b00 (patch)
treef9b934f65ff8fd28f7ac5d758ef6a57abeb616de /test
parent054035a7eab8282a6b9e79ca25ec8a4d226ef6b8 (diff)
downloadatril-352d46785736b28bc65311d17a9f5033afe65b00.tar.bz2
atril-352d46785736b28bc65311d17a9f5033afe65b00.tar.xz
build: Distribute meson build files when using autotools
Fixes #673 Backported from https://gitlab.gnome.org/GNOME/evince/-/commit/021428c9
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 3f0a90c5..27195115 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -14,6 +14,16 @@ EXTRA_DIST = \
test-mime.bin \
test-page-labels.pdf \
test6.py \
- test7.py
+ test7.py \
+ testBookmarksMenu.py \
+ testCommon.py \
+ testEditMenu.py \
+ testEncryptedFile.py \
+ testFileMenu.py \
+ testFileReloading.py \
+ testGoMenu.py \
+ testHelpMenu.py \
+ testWrongFileExtension.py \
+ testZoom.py
-include $(top_srcdir)/git.mk