From the project root:
mkdir build
cd build
cmake ..
makeTo run with thread sanitiser
mkdir build
cd build
cmake -DENABLE_TSAN=ON -DCMAKE_CXX_COMPILER=clang++ ..
makeTo run the TCP Server:
cd build
./mini_traderTo run the tests:
cd build/tests
./test_database