google / cel-cpp

Fast, portable, non-Turing complete expression evaluation (C++)
https://cel.dev
Apache License 2.0
159 stars 47 forks source link

Add utilities for unit testing #73

Open kyessenov opened 3 years ago

notanaveragelifter commented 5 months ago

By adding testing frameworks. One of the testing framework that I prefer is Google Test or Catch2.