[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:01 PDT 2024


================
@@ -0,0 +1,17 @@
+[
+  {
+    "directory": "$test_dir/build",
----------------
ilovepi wrote:

Would the following work? It would be really nice if we could make this operate w/o the `sed` command.
```suggestion
    "directory": "./build",
```
or 
```suggestion
    "directory": ".",
```

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


More information about the cfe-commits mailing list