Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 164 Bytes

File metadata and controls

10 lines (8 loc) · 164 Bytes

TEST

tsan

to enable tsan test, build cmd:

# cd repo root
cmake -DCMAKE_BUILD_TYPE=Tsan -B build && cmake --build build -j8
ctest --test-dir build