Skip to content

Commit

Permalink
Add arm64-assembly test configuration (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiravillekode authored Oct 26, 2024
1 parent 24276b7 commit 0a32925
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workspace/test_configurations.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ var TestConfigurations = map[string]TestConfiguration{
Command: "8th -f test.8th",
},
// abap: tests are run via "ABAP Development Tools", not the CLI
"arm64-assembly": {
Command: "make",
},
"arturo": {
Command: "arturo tester.art",
},
Expand Down

0 comments on commit 0a32925

Please sign in to comment.