Fill code coverage holes in continuations.c and keywords.c

* test-suite/Makefile.am (SCM_TESTS): Add tests/keywords.test.

* test-suite/standalone/Makefile.am (test-loose-ends): New test.

* test-suite/standalone/test-loose-ends.c: New file.

* test-suite/tests/continuations.test: Three new tests.

* test-suite/tests/keywords.test: New file.
This commit is contained in:
Neil Jerram 2009-11-03 21:51:28 +00:00
commit 440ae51035
5 changed files with 122 additions and 0 deletions

View file

@ -48,6 +48,7 @@ SCM_TESTS = tests/alist.test \
tests/i18n.test \
tests/import.test \
tests/interp.test \
tests/keywords.test \
tests/list.test \
tests/load.test \
tests/modules.test \