Skip to content

Commit

Permalink
ci: run MocoD2STestSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
jaburjak committed May 2, 2024
1 parent bcce69e commit c80aaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

SUITES=("MocoOpenPonkTestSuite" "MocoO2UTestSuite" "MocoU2DTestSuite")
SUITES=("MocoOpenPonkTestSuite" "MocoO2UTestSuite" "MocoU2DTestSuite" "MocoD2STestSuite")

for suite in "${SUITES[@]}"; do
./pharo/bin/pharo --headless image/openponk-class-editor.image eval "| r | r := $suite new run. (r tests size) = (r passed size)" | grep true
Expand Down

0 comments on commit c80aaa9

Please sign in to comment.