diff options
| author | Arun Isaac | 2026-09-21 01:36:37 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-09-23 02:00:51 +0100 |
| commit | eb7fee601934f30cc3be7f5ba664e3df1b355853 (patch) | |
| tree | 1141cb7e75f3b428dddd6647f15e580bfdfb48d7 /Makefile.am | |
| parent | 9a5adade7969ed449903c54c987ef793439bf86a (diff) | |
| download | guile-xapian-eb7fee601934f30cc3be7f5ba664e3df1b355853.tar.gz guile-xapian-eb7fee601934f30cc3be7f5ba664e3df1b355853.tar.lz guile-xapian-eb7fee601934f30cc3be7f5ba664e3df1b355853.zip | |
Use guile-run64 for tests.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 625f270..fe81c4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # guile-xapian --- Guile bindings for Xapian -# Copyright © 2020–2024 Arun Isaac <arunisaac@systemreboot.net> +# Copyright © 2020–2024, 2026 Arun Isaac <arunisaac@systemreboot.net> # Copyright © 2022 Bob131 <bob@bob131.so> # # This file is part of guile-xapian. @@ -79,18 +79,14 @@ xapian/xapian.go: xapian/xapian.scm libguilexapian-@GUILE_EFFECTIVE_VERSION@.la # Tests -TEST_EXTENSIONS = .scm -SCM_TESTS = tests/xapian.scm -TESTS = $(SCM_TESTS) +test_files = tests/xapian.scm -SCM_LOG_DRIVER = \ - $(builddir)/pre-inst-env \ - $(GUILE) --no-auto-compile -s \ - $(builddir)/build-aux/test-driver.scm +check-local: + $(builddir)/pre-inst-env $(GUILE_RUN64) $(test_files) # Distribution -EXTRA_DIST = $(TESTS) $(SOURCES) except.i xapian.i.in xapian-head.i xapian-headers.i +EXTRA_DIST = $(test_files) $(SOURCES) except.i xapian.i.in xapian-head.i xapian-headers.i %.asc: % $(GPG) --detach-sign --armor $< |
