about summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArun Isaac2026-09-24 00:55:18 +0100
committerArun Isaac2026-09-24 01:09:56 +0100
commitffa46c17ba91b898ea84d4bf20f2ee0b13e72008 (patch)
treeedd439f22ad91d41e8b9235176f8cbe2afc80779 /Makefile.am
parent3fb953203ba59e94a024df6e3b958884560fafb8 (diff)
downloadguile-xapian-ffa46c17ba91b898ea84d4bf20f2ee0b13e72008.tar.gz
guile-xapian-ffa46c17ba91b898ea84d4bf20f2ee0b13e72008.tar.lz
guile-xapian-ffa46c17ba91b898ea84d4bf20f2ee0b13e72008.zip
Test example scripts.
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 891952b..6d2e476 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/smoketest.scm tests/xapian.scm
+test_files = tests/examples.scm tests/smoketest.scm tests/xapian.scm
 
 check-local:
 	$(builddir)/pre-inst-env $(GUILE_RUN64) $(test_files)