diff options
Diffstat (limited to 'clang/test/Analysis/html-diags.c')
-rw-r--r-- | clang/test/Analysis/html-diags.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Analysis/html-diags.c b/clang/test/Analysis/html-diags.c index 182bcfbdfa1..dd185b542a3 100644 --- a/clang/test/Analysis/html-diags.c +++ b/clang/test/Analysis/html-diags.c @@ -3,6 +3,12 @@ // RUN: %clang_analyze_cc1 -analyzer-output=html -analyzer-checker=core -o %T/dir %s // RUN: ls %T/dir | grep report +// D30406: Test new html-single-file output +// RUN: rm -fR %T/dir +// RUN: mkdir %T/dir +// RUN: %clang_analyze_cc1 -analyzer-output=html-single-file -analyzer-checker=core -o %T/dir %s +// RUN: ls %T/dir | grep report + // PR16547: Test relative paths // RUN: cd %T/dir // RUN: %clang_analyze_cc1 -analyzer-output=html -analyzer-checker=core -o testrelative %s |