diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-11-17 11:42:10 +0000 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-11-17 11:42:10 +0000 |
commit | 6faaa0a0f28bf18e4ff261c2b80ce7a23935a8df (patch) | |
tree | e163f998563a843c7f906dbe95f8936bdd263a93 /tests | |
parent | a68acbdf89ea0e79a499555aa51338a035a822d0 (diff) |
fixup! tests: Add a comment about viewing the ExplodedGraph
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/wrapper-compiler-errors | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wrapper-compiler-errors b/tests/wrapper-compiler-errors index 213382c..264618c 100755 --- a/tests/wrapper-compiler-errors +++ b/tests/wrapper-compiler-errors @@ -93,7 +93,7 @@ while [[ -f `printf "${temp_dir}/${input_filename}_%02d.c" ${num}` ]]; do TARTAN_PLUGIN=$tartan_plugin \ TARTAN_OPTIONS=--quiet \ $tartan \ - -cc1 -analyze -std=c89 -Wno-visibility \ + -cc1 -analyze -std=c89 -Wno-visibility $TARTAN_TEST_OPTIONS \ `pkg-config --cflags glib-2.0` \ $system_includes \ $section_filename > $actual_error_filename 2>&1 |