Skip to content

Commit 2bdf6d6

Browse files
committed
Add moonscript for exercism test
1 parent 1a6aad5 commit 2bdf6d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workspace/test_configurations.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ var TestConfigurations = map[string]TestConfiguration{
196196
"mips": {
197197
Command: "java -jar /path/to/mars.jar nc runner.mips impl.mips",
198198
},
199+
"moonscript": {
200+
Command: "busted",
201+
},
199202
"nim": {
200203
Command: "nim r {{test_files}}",
201204
},

0 commit comments

Comments
 (0)