================ @@ -0,0 +1,14 @@ +// RUN: rm -rf %t +// RUN: mkdir %t +// RUN: echo "" > %t/compile_flags.txt +// RUN: cp "%s" "%t/test.cpp" +// RUN: clang-doc --format=html --executor=standalone -p %t %t/test.cpp -output=%t/docs > %t/output.txt +// RUN: cat %t/output.txt | FileCheck %s --check-prefix=CHECK + +// CHECK: Emiting docs in html format. +// CHECK-NEXT: Using default asset: {{.*}}..\share\clang +// CHECK-NEXT: Mapping decls... +// CHECK-NEXT: Collecting infos... +// CHECK-NEXT: Reducing 0 infos... +// CHECK-NEXT: Generating docs... +// CHECK-NEXT: Generating assets for docs... ---------------- ilovepi wrote:
What are you testing here? if it's just `Using default asset: {{.*}}..\share\clang` then this is a more appropriate test. ```suggestion // CHECK: Using default asset: {{.*}}..\share\clang ``` https://github.com/llvm/llvm-project/pull/94717 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits