secure-software-engineering / phasar

A LLVM-based static analysis framework.
Other
931 stars 140 forks source link

Disable tests that use GTEST_SKIP for IN_TREE builds. #435

Closed vulder closed 2 years ago

vulder commented 2 years ago

This is needed as LLVM currently ships with an older version of gtest (<1.10.0) that does not support GTEST_SKIP.