added rest of unit tests to cmake build

This commit is contained in:
edwardhartnett 2019-11-15 14:21:59 -07:00
parent 1a6351dab2
commit e8a7368e47

View File

@ -10,7 +10,7 @@
# Some unit testing
SET(UNIT_TESTS tst_nclist)
SET(UNIT_TESTS tst_nclist test_ncuri test_pathcvt)
IF(ENABLE_NETCDF_4)
SET(UNIT_TESTS ${UNIT_TESTS} tst_nc4internal)