xref: /aosp_15_r20/external/llvm/test/tools/sancov/html-report.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1REQUIRES: x86_64-linux
2RUN: sancov -html-report %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
3
4// It's very difficult to test html report. Do basic smoke check.
5CHECK: {{.*/Inputs/test.cpp}}
6
7