File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 3131 INSTL_DIR : " ${{github.workspace}}/../install-dir"
3232 COVERAGE_DIR : " ${{github.workspace}}/coverage"
3333 COVERAGE_NAME : " exports-coverage-dax"
34+ DAX_TESTS : " ./test/umf_test-provider_file_memory ./test/umf_test-provider_devdax_memory"
3435
3536jobs :
3637 dax :
@@ -126,6 +127,12 @@ jobs:
126127 UMF_TESTS_FSDAX_PATH_2=${{env.UMF_TESTS_FSDAX_PATH_2}}
127128 ctest -C ${{matrix.build_type}} -V -R "file|fsdax"
128129
130+ - name : Run DAX tests under valgrind
131+ run : |
132+ ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{env.BUILD_DIR}} memcheck "${{env.DAX_TESTS}}"
133+ ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{env.BUILD_DIR}} drd "${{env.DAX_TESTS}}"
134+ ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{env.BUILD_DIR}} helgrind "${{env.DAX_TESTS}}"
135+
129136 - name : Check coverage
130137 if : ${{ matrix.build_type == 'Debug' }}
131138 working-directory : ${{env.BUILD_DIR}}
You can’t perform that action at this time.
0 commit comments