diff options
| author | Jeff Mickey <j@codemac.net> | 2016-09-08 14:17:52 -0700 |
|---|---|---|
| committer | Jeff Mickey <j@codemac.net> | 2016-09-08 14:20:39 -0700 |
| commit | 66a08c676ae77142c1ff566252448bd93021a60a (patch) | |
| tree | 2b0d5314346607c63d04bc9ce0726de51fe4364e /Makefile.am | |
| parent | Update test to-do (diff) | |
| download | guile-fibers-66a08c676ae77142c1ff566252448bd93021a60a.tar.gz | |
Makefile.am: Use $(GUILE) for running tests
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
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 \ |
