$ mkdir build
$ cd build
$ cmake --preset=Release-linux ..
$ make -j32
$ make installwe prepared a .bat file for windows building:
$ build_windows.bat$ bin/test_suite
starting DAL with: 32 threads.
use AAD framework: AADET
starting initialization global data ...
stating initialization global tape ...
finished initialization all the global information.
[==========] Running 407 tests from 46 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from ConcurrencyTest
[ RUN ] ConcurrencyTest.TestConcurrentQueuePushAndPop
[ OK ] ConcurrencyTest.TestConcurrentQueuePushAndPop (0 ms)
[ RUN ] ConcurrencyTest.TestThreadPoolStart
[ OK ] ConcurrencyTest.TestThreadPoolStart (3 ms)
[----------] 2 tests from ConcurrencyTest (3 ms total)