fixed typo in CMakeLists.txt

This commit is contained in:
Ed Hartnett 2017-11-12 05:34:31 -07:00
parent 05d251bfb5
commit 4e52587864

View File

@ -102,7 +102,7 @@ ENDIF()
## Start adding tests in the appropriate order
add_sh_test(ncdump run_tests)
add_sh_test(ncdump tst_64bit)
add_bin_test(ncdump ret_ctest)
add_bin_test(ncdump ref_ctest)
add_bin_test(ncdump ref_ctest64)
add_sh_test(ncdump tst_ctest)
add_sh_test(ncdump tst_output)