Cleanup code slightly and implement tests for CellList
Some checks failed
Build and Test / build-and-test (push) Failing after 5m4s

This commit is contained in:
Alex Selimov 2025-09-19 23:46:21 -04:00
parent f3e701236e
commit d957a90573
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
4 changed files with 55 additions and 7 deletions

View file

@ -4,6 +4,7 @@ add_executable(${NAME}_cuda_tests
test_potential.cu
test_forces.cu
test_kernel_config.cu
test_neighbor_list.cu
)
target_link_libraries(${NAME}_cuda_tests gtest gtest_main)