waifod / quant_finance_models

Project containing the implementations of quantitative finance models
MIT License
5 stars 1 forks source link

Add GoogleTest framework and sample test #68

Closed waifod closed 1 year ago

waifod commented 1 year ago

This PR tackles issue https://github.com/Waifod/quant_finance_models/issues/35.


We add the GoogleTest framework to handle unit testing for our project.

We provide a sample test to verify that the integration was done correctly.

We extend the build workflow to run the unit tests and rename it to run-unit-tests.