about summary refs log tree commit diff homepage
path: root/lib
diff options
context:
space:
mode:
authorJulian Büning <julian.buening@rwth-aachen.de>2022-01-04 20:32:30 +0100
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2022-01-05 20:22:12 +0000
commitacb90dc2d8cdf104740099a2d8773f5022194622 (patch)
tree221dced9ae763a3d2ece258b84b59eda006f1ad1 /lib
parent9ead1dbc2a5f450a26ff1a2536c733758b2ec578 (diff)
downloadklee-acb90dc2d8cdf104740099a2d8773f5022194622.tar.gz
fix CMake: use own TestMain instead of gtest_main
Before, we would use gtest_main as provided by either LLVM or Google
Test itself; the TestMain.cpp was ignored (contrary to its source code
comment). In newer versions of Google Test (1.8.1+), gtest_main uses
`__FILE__` for its "Running main() from" line, but llvm-lit (which we
use to invoke unit tests) currently matches exactly "Running main()
from gtest_main.cc" for determining whether to skip this line. This
results in spurious "tests" that will be shown as unresolved.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions