Skip to content

Commit 26dff4f

Browse files
committed
added test to CMakeList
1 parent 7b2f5f7 commit 26dff4f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

testing/cdms2/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# cdms2 tests
33

4+
add_test("test_ascontiguous_regrid_nan_issue"
5+
${CMAKE_INSTALL_PREFIX}/bin/python
6+
${cdat_SOURCE_DIR}/testing/cdms2/test_ascontiguous_regrid_nan_issue.py
7+
)
48
add_test("test_dim_unlimited"
59
${CMAKE_INSTALL_PREFIX}/bin/python
610
${cdat_SOURCE_DIR}/testing/cdms2/test_dim_unlimited.py

0 commit comments

Comments
 (0)