phono3py/ctest
..
fortran
CMakeLists.txt
README.md
test_gridsys.cpp
test_niggli.cpp
utils.c
utils.h

README.md

This directory contains tests for grid system C-library.

Grid system C-library and its tests are created and tested by

mkdir build_gridsys && cd build_gridsys
cmake -DCMAKE_INSTALL_PREFIX=. -DWITH_TESTS=on -DGRIDSYS=on ..
cmake --build .
ctest -V --test-dir ctest

Specific test is performed by

ctest -V --test-dir ctest -R test_gridsys.test_gridsys_get_grid_address_from_index