-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
57 changed files
with
41,385 additions
and
551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Auto-generated CMake/CTest tests | ||
enable_testing() | ||
|
||
|
||
# Set cell array elements | ||
if(True) | ||
add_test(NAME cell_api_set_cell_array_elements_1 | ||
COMMAND $<TARGET_FILE:test_mat> cell_api_set -o cell_api_set_cell_array_elements_1_output.txt) | ||
set_tests_properties(cell_api_set_cell_array_elements_1 PROPERTIES LABELS "read;api;cell;cell_api") | ||
add_test(NAME cell_api_set_cell_array_elements_2 | ||
COMMAND ${CMAKE_COMMAND} -E compare_files --ignore-eol ${PROJECT_SOURCE_DIR}/test/results/cell_api_set.out cell_api_set_cell_array_elements_1_output.txt) | ||
set_tests_properties(cell_api_set_cell_array_elements_2 PROPERTIES LABELS "diff;api;cell;cell_api") | ||
endif() | ||
|
||
# Linearly index cell array | ||
if(True) | ||
add_test(NAME cell_api_linearly_index_cell_array_1 | ||
COMMAND $<TARGET_FILE:test_mat> cell_api_getlinear -o cell_api_linearly_index_cell_array_1_output.txt) | ||
set_tests_properties(cell_api_linearly_index_cell_array_1 PROPERTIES LABELS "read;api;cell;cell_api") | ||
add_test(NAME cell_api_linearly_index_cell_array_2 | ||
COMMAND ${CMAKE_COMMAND} -E compare_files --ignore-eol ${PROJECT_SOURCE_DIR}/test/results/cell_api_getlinear.out cell_api_linearly_index_cell_array_1_output.txt) | ||
set_tests_properties(cell_api_linearly_index_cell_array_2 PROPERTIES LABELS "diff;api;cell;cell_api") | ||
endif() | ||
|
||
# Index cell array via dimension slices | ||
if(True) | ||
add_test(NAME cell_api_index_cell_array_via_dimension_slices_1 | ||
COMMAND $<TARGET_FILE:test_mat> cell_api_getcells -o cell_api_index_cell_array_via_dimension_slices_1_output.txt) | ||
set_tests_properties(cell_api_index_cell_array_via_dimension_slices_1 PROPERTIES LABELS "read;api;cell;cell_api") | ||
add_test(NAME cell_api_index_cell_array_via_dimension_slices_2 | ||
COMMAND ${CMAKE_COMMAND} -E compare_files --ignore-eol ${PROJECT_SOURCE_DIR}/test/results/cell_api_getcells.out cell_api_index_cell_array_via_dimension_slices_1_output.txt) | ||
set_tests_properties(cell_api_index_cell_array_via_dimension_slices_2 PROPERTIES LABELS "diff;api;cell;cell_api") | ||
endif() |
Oops, something went wrong.