Temporarily disabled encoding test under cmake

This commit is contained in:
Ward Fisher 2020-12-04 15:49:30 -07:00
parent 7fce4b3482
commit bfa8fde35e

View File

@ -40,8 +40,9 @@ IF(ENABLE_TESTS)
add_sh_test(ncdap tst_ber)
add_sh_test(ncdap tst_remote3)
add_sh_test(ncdap tst_zero_len_var)
add_sh_test(ncdap tst_encode)
# not yet add_sh_test(ncdap tst_hyrax)
MESSAGE(WARNING "ncdap_test/tst_encode temporarily disabled.")
#add_sh_test(ncdap tst_encode)
# not yet add_sh_test(ncdap tst_hyrax)
add_sh_test(ncdap tst_fillmismatch)
IF(ENABLE_DAP_LONG_TESTS)
add_sh_test(ncdap tst_longremote3)