File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11remove_definitions (-D__MPI)
22
33AddTest(
4- TARGET test_delley
4+ TARGET MODULE_BASE_GRID_test_delley
55 SOURCES test_delley.cpp
66 ../delley.cpp
77 ../../ylm.cpp
88)
99
1010AddTest(
11- TARGET test_radial
11+ TARGET MODULE_BASE_GRID_test_radial
1212 SOURCES test_radial.cpp
1313 ../radial.cpp
1414)
1515
1616AddTest(
17- TARGET test_partition
17+ TARGET MODULE_BASE_GRID_test_partition
1818 SOURCES test_partition.cpp
1919 ../partition.cpp
2020 ../radial.cpp
2121 ../delley.cpp
2222)
2323
2424AddTest(
25- TARGET test_batch
25+ TARGET MODULE_BASE_GRID_test_batch
2626 SOURCES test_batch.cpp
2727 ../batch.cpp
2828 LIBS ${math_libs}
Original file line number Diff line number Diff line change 11remove_definitions (-D__MPI)
22
33AddTest(
4- TARGET Base_Kernels_UTs
4+ TARGET MODULE_BASE_KERNELS_Unittests
55 LIBS parameter ${math_libs} base device
66 SOURCES math_ylm_op_test.cpp math_kernel_test.cpp
77)
Original file line number Diff line number Diff line change 11remove_definitions (-D__MPI)
22
33AddTest(
4- TARGET Base_Libm_UTs
4+ TARGET MODULE_BASE_LIBM_UTs
55 SOURCES libm_test.cpp
66 ../branred.cpp
77 ../cexp.cpp
Original file line number Diff line number Diff line change 11remove_definitions (-D__MPI)
22
33AddTest(
4- TARGET container_uts
4+ TARGET MODULE_BASE_CONTAINER_Unittests
55 LIBS parameter container base device ${math_libs}
66 SOURCES tensor_test.cpp tensor_shape_test.cpp allocator_test.cpp
77 tensor_buffer_test.cpp tensor_map_test.cpp
Original file line number Diff line number Diff line change 11AddTest(
2- TARGET Module_Device_UTs
2+ TARGET MODULE_BASE_DEVICE_Unittests
33 LIBS parameter ${math_libs} base device
44 SOURCES memory_test.cpp device_test.cpp
55)
Original file line number Diff line number Diff line change 11remove_definitions (-D__MPI)
22AddTest(
3- TARGET test_mixing
3+ TARGET MODULE_BASE_MIXING_unittests
44 LIBS parameter base device ${math_libs}
55 SOURCES mixing_test.cpp
66)
You can’t perform that action at this time.
0 commit comments