Test basic DWARF generation (#931)

* Add obj generation with debug info
* Add simple transform check
This commit is contained in:
Yury Delendik
2020-02-20 11:42:36 -06:00
committed by GitHub
parent 4460e569cf
commit b96b53eafb
17 changed files with 414 additions and 129 deletions

4
tests/debug/main.rs Normal file
View File

@@ -0,0 +1,4 @@
mod dump;
mod obj;
mod simulate;
mod translate;