Skip to content

Commit ee8414b

Browse files
Add arturo to tests (exercism#1147)
1 parent 753a4eb commit ee8414b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workspace/test_configurations.go

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ var TestConfigurations = map[string]TestConfiguration{
6565
Command: "8th -f test.8th",
6666
},
6767
// abap: tests are run via "ABAP Development Tools", not the CLI
68+
"arturo": {
69+
Command: "arturo tester.art",
70+
},
6871
"awk": {
6972
Command: "bats {{test_files}}",
7073
},

0 commit comments

Comments
 (0)