| Index: tools/clang/plugins/tests/test.sh
|
| diff --git a/tools/clang/plugins/tests/test.sh b/tools/clang/plugins/tests/test.sh
|
| index cf3acc3afa0e540986eedf09fc203610df16c1ed..1a27f48e748cc4d4f440d7300c29e27301644f74 100755
|
| --- a/tools/clang/plugins/tests/test.sh
|
| +++ b/tools/clang/plugins/tests/test.sh
|
| @@ -71,6 +71,10 @@ for input in *.cpp; do
|
| do_testcase "${input}" "${input%cpp}txt" "${input%cpp}flags"
|
| done
|
|
|
| +for input in *.c; do
|
| + do_testcase "${input}" "${input%c}txt" "${input%c}flags"
|
| +done
|
| +
|
| if [[ "${failed_any_test}" ]]; then
|
| exit ${E_FAILEDTEST}
|
| fi
|
|
|