ihedvall / mdflib

Implementation of the ASAM MDF data file.
https://ihedvall.github.io/mdflib/
MIT License
57 stars 26 forks source link

Unittest example #7

Closed Murmele closed 1 year ago

Murmele commented 1 year ago

So you don't like this solution?

ihedvall commented 1 year ago

I need to figure out a working solution. The cpp file should be wrapped within a Google unit test but the cpp file is currently in a GitHub web action. Some mdf files needs to be referenced and exist. If I add the subdirectory, the cpp won't compile.

Murmele commented 1 year ago

Can you do a copy of the file in cmake and creating then a unittest out of it? Why do you need a google unit test?