lfortran / lfortran-conda-testing

Repository for testing conda lfortran package
MIT License
0 stars 3 forks source link

Add a test for debugging information #27

Closed certik closed 7 months ago

certik commented 7 months ago

After this is in Conda:

https://github.com/lfortran/lfortran/releases/tag/v0.33.0

Let's add a test for -g and ideally some way to check that the generated executable has debugging information in it.

certik commented 7 months ago

I would just use our reference tests that we already have setup in this repository. All we need is to just execute all the tests, which include all debugging tests, but we need to exclude all LLVM tests.