Skip to content

Commit

Permalink
Add TOML files required by tests from #56
Browse files Browse the repository at this point in the history
Signed-off-by: John Pennycook <[email protected]>
  • Loading branch information
Pennycook committed Feb 23, 2024
1 parent 0ebef0f commit bb5ef5c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/schema/cbiconfig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[compiler.test_one]
options = [
"TEST_ONE"
]

[compiler.test_two]
options = [
"TEST_TWO"
]
5 changes: 5 additions & 0 deletions tests/schema/invalid_cbiconfig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[compiler.test_one]
options = 1

[compiler.test_two]
options = 2

0 comments on commit bb5ef5c

Please sign in to comment.