Add WMO header test

This commit is contained in:
Dan Paulat 2025-02-18 12:08:57 -06:00
parent 3998f0fe36
commit 8646c3da6d
2 changed files with 132 additions and 1 deletions

View file

@ -12,7 +12,8 @@ set(SRC_AWIPS_TESTS source/scwx/awips/coded_location.test.cpp
source/scwx/awips/coded_time_motion_location.test.cpp
source/scwx/awips/pvtec.test.cpp
source/scwx/awips/text_product_file.test.cpp
source/scwx/awips/ugc.test.cpp)
source/scwx/awips/ugc.test.cpp
source/scwx/awips/wmo_header.test.cpp)
set(SRC_COMMON_TESTS source/scwx/common/color_table.test.cpp
source/scwx/common/products.test.cpp)
set(SRC_GR_TESTS source/scwx/gr/placefile.test.cpp)