phono3py/ctest
Atsushi Togo 2b5b6f6d0b Initial attempt to migrate to nanobind 2024-07-07 10:55:19 +09:00
..
fortran Initial attempt to migrate to nanobind 2024-07-07 10:55:19 +09:00
CMakeLists.txt Initial attempt to migrate to nanobind 2024-07-07 10:55:19 +09:00
README.md Add README.md in ctest 2023-01-22 22:30:34 +09:00
test_gridsys.cpp Improve tests of get_bz_triplets_at_q 2023-02-08 12:02:49 +09:00
test_niggli.cpp Minor udpate of comment in test_niggli.cpp 2023-01-25 18:27:54 +09:00
utils.c Write C gridsys test_gridsys_get_BZ_triplets_at_q_wurtzite_force_SNF 2023-01-26 18:48:40 +09:00
utils.h Write C gridsys test_gridsys_get_BZ_triplets_at_q_wurtzite_force_SNF 2023-01-26 18:48:40 +09:00

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