Skip to content

Commit d08e50e

Browse files
Add support for j in test_configurations.go (#1136)
* Add support for j in test_configurations.go * Exchange double quotes to backtick * Update test_configurations.go
1 parent e6aeb01 commit d08e50e

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
@@ -139,6 +139,9 @@ var TestConfigurations = map[string]TestConfiguration{
139139
"haskell": {
140140
Command: "stack test",
141141
},
142+
"j": {
143+
Command: `jconsole -js "exit echo unittest {{test_files}} [ load {{solution_files}}"`,
144+
},
142145
"java": {
143146
Command: "gradle test",
144147
},

0 commit comments

Comments
 (0)