about summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
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)