terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.72k stars 201 forks source link

Test debug symbols #457

Open elliottslaughter opened 4 years ago

elliottslaughter commented 4 years ago

This PR is intended to introduce two changes:

  1. (DONE) Run all tests with and without the debug flag, so we can be sure it doesn't break existing tests.
  2. (TODO) Actually test that debug symbols are working (in gdb or similar).