Skip to content

Commit b983ef9

Browse files
committed
Add idris test configuration
1 parent 72e984f commit b983ef9

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
@@ -145,6 +145,9 @@ var TestConfigurations = map[string]TestConfiguration{
145145
"haskell": {
146146
Command: "stack test",
147147
},
148+
"idris": {
149+
Command: "pack test `basename *.ipkg .ipkg`",
150+
},
148151
"j": {
149152
Command: `jconsole -js "exit echo unittest {{test_files}} [ load {{solution_files}}"`,
150153
},

0 commit comments

Comments
 (0)