1 2 3 4 5 6 7 8 9
# primecount testing Run the commands below from the root primecount directory. ```bash cmake -DBUILD_TESTS=ON . make -j make test ```