google / effcee

Effcee is a C++ library for stateful pattern matching of strings, inspired by LLVM's FileCheck
Apache License 2.0
93 stars 39 forks source link

Update tests to work with the latest googletest. #26

Closed s-perron closed 5 years ago

s-perron commented 5 years ago

The current version of effcee does not work with latest version of googletest. The handling of INSTANTIATE_TEST_CASE_P has changed and they need to be updated.

s-perron commented 5 years ago

DXC works with the latest googletest and my changes to spirv-tools and effcee.