Cleanup code slightly and implement tests for CellList
Some checks failed
Build and Test / build-and-test (push) Failing after 5m4s
Some checks failed
Build and Test / build-and-test (push) Failing after 5m4s
This commit is contained in:
parent
f3e701236e
commit
d957a90573
4 changed files with 55 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue