Skip to content

Commit

Permalink
Add some more tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchisnall committed Jun 6, 2024
1 parent a0b66c8 commit 5e03a36
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/compartment_allow_list.query
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--board inputs/sail.json -j inputs/test-suite.json -q 'data.compartment.compartment_allow_list("allocator_test", {"test_runner", "allocator_test"})'

1 change: 1 addition & 0 deletions Tests/compartment_allow_list.query.expected
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
true
1 change: 1 addition & 0 deletions Tests/compartment_callers.query
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--board inputs/sail.json -j inputs/test-suite.json -q 'data.compartment.compartments_calling("allocator_test")'
1 change: 1 addition & 0 deletions Tests/compartment_callers.query.expected
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["allocator_test", "test_runner"]

0 comments on commit 5e03a36

Please sign in to comment.