File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ permissions:
1717
1818jobs :
1919 FastBuild :
20- name : Fast builds
2120 uses : ./.github/workflows/reusable_fast.yml
2221 DevDax :
2322 uses : ./.github/workflows/reusable_dax.yml
Original file line number Diff line number Diff line change @@ -106,6 +106,10 @@ jobs:
106106 UMF_TESTS_FSDAX_PATH_2=${{env.UMF_TESTS_FSDAX_PATH_2}}
107107 ctest -C ${{matrix.build_type}} -V -R "file|fsdax"
108108
109+ - name : Verify the proxy library
110+ working-directory : ${{env.BUILD_DIR}}
111+ run : ls -al ./lib/libumf_proxy.so && LD_PRELOAD=./lib/libumf_proxy.so ls -al ./lib/libumf_proxy.so
112+
109113 - name : Run the DEVDAX tests with the proxy library
110114 working-directory : ${{env.BUILD_DIR}}
111115 run : >
Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ void proxy_lib_create_common(void) {
151151 }
152152 // The UMF pool has just been created (Proxy_pool != NULL). Stop using
153153 // the linear allocator and start using the UMF pool allocator from now on.
154+ LOG_DEBUG ("proxy_lib initialized" );
154155}
155156
156157void proxy_lib_destroy_common (void ) {
You can’t perform that action at this time.
0 commit comments