summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJeff Mickey <j@codemac.net>2016-09-08 14:17:52 -0700
committerJeff Mickey <j@codemac.net>2016-09-08 14:20:39 -0700
commit66a08c676ae77142c1ff566252448bd93021a60a (patch)
tree2b0d5314346607c63d04bc9ce0726de51fe4364e /Makefile.am
parentUpdate test to-do (diff)
downloadguile-fibers-66a08c676ae77142c1ff566252448bd93021a60a.tar.gz
Makefile.am: Use $(GUILE) for running tests
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 98c4f55..897bd95 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,7 @@ epoll_la_LIBADD = $(GUILE_LIBS)
epoll_la_LDFLAGS = -export-dynamic -module
TESTS=tests/basic.scm
-TESTS_ENVIRONMENT=top_srcdir="$(abs_top_srcdir)" ./env guile -s
+TESTS_ENVIRONMENT=top_srcdir="$(abs_top_srcdir)" ./env $(GUILE) -s
EXTRA_DIST += \
env.in \