Before running this project, you should set up your environment according to here.
Then, recursively clone this repository and run ctest according to the following commands.
git clone --recursive -b dev https://github.com/StaticAnalyzer/StaticAnalyzer-Algorithm.git
mkdir build
cd build
cmake -G=Ninja ..
ninja
ctest