Remove the use of bats
in testing
#221
Labels
enhancement
Issue/PR for a modification that increases performance, improves syntax, or adds functionality.
help wanted
Milestone
Is your feature request related to a problem? Please describe.
The Bash Automated Testing System (bats is currently used to produce TAP style output. Using
bats
adds an additional requirement in order for a user to test the build of FMS, especially sincebats
is not a base package installed by *nix OSes. We would like to havebats
removed from the testing scripts for libFMS.Describe the solution you'd like
Ideally, we would like to have a solution that would preserve the TAP output, but we understand that may be difficult as it may introduce a dependency on some other utility. Thus, we would like some basic solution that will work with both the test harness system built into both GNU Autotools and CMake build systems.
The text was updated successfully, but these errors were encountered: