Test: Build with native coverage and run acov, check report contents. Change-Id: I47afd35216cfcc7df7da2378cccdf8dba23bd8e2
4 lines
75 B
Bash
Executable File
4 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
# Wrapper script around 'llvm-cov gcov'.
|
|
exec llvm-cov gcov $@
|