diff options
| author | Victor Kareh <[email protected]> | 2026-06-01 12:44:49 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-06-02 17:29:02 -0400 |
| commit | 352d46785736b28bc65311d17a9f5033afe65b00 (patch) | |
| tree | f9b934f65ff8fd28f7ac5d758ef6a57abeb616de /test | |
| parent | 054035a7eab8282a6b9e79ca25ec8a4d226ef6b8 (diff) | |
| download | atril-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.am | 12 |
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 |
