Skip to content

Commit 5a55687

Browse files
[testing] Substituted JSON to TOML for test configuration
1 parent 8b63ff1 commit 5a55687

10 files changed

Lines changed: 843 additions & 1005 deletions

File tree

changes.adoc

Lines changed: 0 additions & 76 deletions
This file was deleted.

testing/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.csv
2+
__pycache__
3+
.pytest_cache
4+
build

testing/config/llvm.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#llvm_bin = "<path/to/your/llvm/bin>"
2+
llvm_bin = "/mnt/build/lib/cmake/llvm/"

0 commit comments

Comments
 (0)