diff options
| author | Andy Wingo <wingo@pobox.com> | 2016-12-12 12:11:03 +0100 |
|---|---|---|
| committer | Andy Wingo <wingo@pobox.com> | 2016-12-12 12:14:46 +0100 |
| commit | 437f9ccabbdcb3fe57bb59f0092aaeec39e822be (patch) | |
| tree | 2f6ca3a4792fb4a5c3703ef0e88772e7c2229b2b /Makefile.am | |
| parent | Import (ice-9 threads) to avoid deprecation warnings (diff) | |
| download | guile-fibers-437f9ccabbdcb3fe57bb59f0092aaeec39e822be.tar.gz | |
Fibers inherit dynamic state of parent.
* fibers.scm (spawn-fiber): Fibers inherit dynamic state of parent.
* tests/parameters.scm: New test.
* Makefile.am: Add new file.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8fafa15..5b45034 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,8 @@ epoll_la_LDFLAGS = -export-dynamic -module TESTS = \ tests/basic.scm \ - tests/channels.scm + tests/channels.scm \ + tests/parameters.scm TESTS_ENVIRONMENT=top_srcdir="$(abs_top_srcdir)" ./env $(GUILE) -s EXTRA_DIST += \ |
