Skip to content

Commit

Permalink
add missing compiler on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Jan 7, 2024
1 parent 00faab2 commit 48e63bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def test_init():
options_dict = {
"options": {
"platform": "n64",
"compiler": "GCC",
"basename": "basic_app",
"base_path": ".",
"build_path": "build",
Expand Down
1 change: 1 addition & 0 deletions test/basic_app/splat.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
options:
platform: n64
compiler: GCC
basename: basic_app
base_path: .
build_path: build
Expand Down

0 comments on commit 48e63bf

Please sign in to comment.