mukul-rathi / bolt

Bolt is a language with in-built data-race freedom!
MIT License
546 stars 53 forks source link

Increase test coverage of backend #129

Closed mukul-rathi closed 4 years ago

mukul-rathi commented 4 years ago

Write more C++ unit tests using Google Test.

Also create an integration/ test folder that runs tests on frontend IR -> LLVM IR.

mukul-rathi commented 4 years ago

can get around C++ unit tests if I do large e2e tests - much easier to write these tests.

C++ unit tests would require setting up of mock objects etc, which isn't worth the investment at this stage of the project