Closed
Description
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 since bats
is not a base package installed by *nix OSes. We would like to have bats
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.
Activity