* tests/posix.test: New file, exercising putenv, setenv, unsetenv.
* tests/threads.test: New file, exercising parallel. * Makefile.am (SCM_TESTS): Add them.
This commit is contained in:
parent
0d2cf5b556
commit
72a3671e33
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ SCM_TESTS = tests/alist.test \
|
|||
tests/optargs.test \
|
||||
tests/options.test \
|
||||
tests/ports.test \
|
||||
tests/posix.test \
|
||||
tests/r4rs.test \
|
||||
tests/reader.test \
|
||||
tests/regexp.test \
|
||||
|
|
@ -40,6 +41,7 @@ SCM_TESTS = tests/alist.test \
|
|||
tests/symbols.test \
|
||||
tests/syncase.test \
|
||||
tests/syntax.test \
|
||||
tests/threads.test \
|
||||
tests/time.test \
|
||||
tests/version.test \
|
||||
tests/weaks.test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue