MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
238 stars 317 forks source link

Add basic string utils tests #1107

Closed dimomatt closed 1 year ago

dimomatt commented 1 year ago

This commit adds the infrastructure required to test the new mpas_string_utils function. This includes adding a test file, adding some minimal tests, and adding these files to the Makefile for the test core. The tests as they stand simply test basic string splitting capability.