Skip to content

Commit

Permalink
add powershell track
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid committed Jul 26, 2023
1 parent ad33864 commit a9c1fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added testercism
Binary file not shown.
3 changes: 3 additions & 0 deletions workspace/test_configurations.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ var TestConfigurations = map[string]TestConfiguration{
Command: "phpunit {{test_files}}",
},
// plsql: test are run via a "mounted oracle db"
"powershell": {
Command: "Invoke-Pester",
},
"prolog": {
Command: "swipl -f {{solution_files}} -s {{test_files}} -g run_tests,halt -t 'halt(1)'",
},
Expand Down

0 comments on commit a9c1fb1

Please sign in to comment.