Skip to content

Commit

Permalink
Added a test in support of #400. Once the test fails as expected, it …
Browse files Browse the repository at this point in the history
…can be fully automated.
  • Loading branch information
WardF committed May 2, 2017
1 parent 0d826d6 commit d28c6d7
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nc_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ IF(LARGE_FILE_TESTS)
ENDIF()

IF(BUILD_DISKLESS)
SET(TESTFILES ${TESTFILES} tst_diskless tst_diskless3 tst_diskless4)
SET(TESTFILES ${TESTFILES} tst_diskless tst_diskless3 tst_diskless4 tst_diskless_mem)
IF(USE_NETCDF4)
SET(TESTFILES ${TESTFILES} tst_diskless2)
ENDIF()
Expand Down
229 changes: 229 additions & 0 deletions nc_test/tst_diskless_mem.c

Large diffs are not rendered by default.

0 comments on commit d28c6d7

Please sign in to comment.