about summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArun Isaac2026-09-23 02:02:01 +0100
committerArun Isaac2026-09-23 02:02:21 +0100
commitc39bc49529335c2267e5b7c97fd2728cdc17d15c (patch)
treeeb5db3e97e68af74d16ab84be6030ce94215212b /Makefile.am
parent92d8cfc7b79c2b5ed46bf14834328d49d82eb3e3 (diff)
downloadguile-xapian-c39bc49529335c2267e5b7c97fd2728cdc17d15c.tar.gz
guile-xapian-c39bc49529335c2267e5b7c97fd2728cdc17d15c.tar.lz
guile-xapian-c39bc49529335c2267e5b7c97fd2728cdc17d15c.zip
Port smoke test from python bindings. HEAD master
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fe81c4f..891952b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,7 +79,7 @@ xapian/xapian.go: xapian/xapian.scm libguilexapian-@GUILE_EFFECTIVE_VERSION@.la
 
 # Tests
 
-test_files = tests/xapian.scm
+test_files = tests/smoketest.scm tests/xapian.scm
 
 check-local:
 	$(builddir)/pre-inst-env $(GUILE_RUN64) $(test_files)