[clang-tools-extra] [clang-doc] Add basic e2e test (PR #93928)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 7 11:10:00 PDT 2024


================
@@ -0,0 +1,361 @@
+// RUN: rm -rf %t && mkdir -p %t/build %t/include %t/src %t/docs
----------------
ilovepi wrote:

I think this is a `.cp` file because it used to hold `main()`, right? Probably just `basic-project.test` is fine. or `shape-project.test`. It's typical to use a `.test` extension in files that are only used to hold the `RUN`/`CHECK` lines. `lld/test/ELF` has a lot of examples like that. I'm sure there are others too.

https://github.com/llvm/llvm-project/pull/93928


More information about the cfe-commits mailing list