Skip to content

Commit

Permalink
Enable testing via ctest on z/OS
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Jeremic <fjeremic@ca.ibm.com>
  • Loading branch information
fjeremic committed Jan 23, 2020
1 parent c5f3328 commit 792c2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildenv/jenkins/jobs/builds/Build-zos_390-64
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pipeline {
timestamps {
dir('build') {
echo "Sanity Test..."
sh'''./gcexample && ./conditionals && ./isSupportedType && ./iterfib && ./nestedloop && ./pow2 && ./simple && ./worklist && ./omralgotest "-avltest:fvtest/algotest/avltest.lst" && ./TestBytes && ./TestIntrusiveList && ./TestTypeTraits && ./omrrastest && ./omrsubscribertest && ./omrtraceoptiontest && ./omrsigtest && ./omrthreadtest && ./omrthreadtest "--gtest_also_run_disabled_tests" "--gtest_filter=ThreadCreateTest.DISABLED_SetAttrThreadWeight" && ./omrthreadtest "--gtest_filter=ThreadCreateTest.*" "-realtime" && ./omrutiltest && ./omrvmtest && ./triltest && ./comptest'''
sh'''ctest -V'''
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildenv/jenkins/jobs/pull-requests/PullRequest-zos_390-64
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {
timestamps {
dir('build') {
echo "Sanity Test..."
sh'''./gcexample && ./conditionals && ./isSupportedType && ./iterfib && ./nestedloop && ./pow2 && ./simple && ./worklist && ./omralgotest "-avltest:fvtest/algotest/avltest.lst" && ./TestBytes && ./TestIntrusiveList && ./TestTypeTraits && ./omrrastest && ./omrsubscribertest && ./omrtraceoptiontest && ./omrsigtest && ./omrthreadtest && ./omrthreadtest "--gtest_also_run_disabled_tests" "--gtest_filter=ThreadCreateTest.DISABLED_SetAttrThreadWeight" && ./omrthreadtest "--gtest_filter=ThreadCreateTest.*" "-realtime" && ./omrutiltest && ./omrvmtest && ./triltest && ./comptest'''
sh'''ctest -V'''
}
}
}
Expand Down

0 comments on commit 792c2d3

Please sign in to comment.