Add source location test

* test-suite/tests/dwarf.test: New test, testing that source location
  information survives the round-trip through the compiler, back out to
  the (system vm debug) interfaces.
This commit is contained in:
Andy Wingo 2013-10-03 16:13:56 +02:00
commit ae07b8e70b
2 changed files with 89 additions and 0 deletions

View file

@ -42,6 +42,7 @@ SCM_TESTS = tests/00-initial-env.test \
tests/coverage.test \
tests/cse.test \
tests/curried-definitions.test \
tests/dwarf.test \
tests/ecmascript.test \
tests/elisp.test \
tests/elisp-compiler.test \