google / graphicsfuzz

A testing framework for automatically finding and simplifying bugs in graphics shader compilers.
Apache License 2.0
562 stars 117 forks source link

cov: make gcov_prefix_dir optional #1116

Closed paulthomson closed 3 years ago

paulthomson commented 3 years ago

In cov_from_gcov.py, change command line arg "gcov_prefix_dir" to an optional arg "--gcov_prefix_dir". If provided then we proceed as before:

If not provided then we just iterate over all .gcno files in the build directory.