4#include "../../catch2/catch.hpp"
12namespace unitTest::placeholder::app_ini_test
20TEST_CASE(
"INI parser API has a test placeholder",
"[app::ini][placeholder]" )
22 SUCCEED(
"INI parser behavioral assertions are pending." );
TEST_CASE("INI parser API has a test placeholder", "[app::ini][placeholder]")
Verifies that the ini_parse API is represented in the unit-test target.
The inih ini-style, file parser modified for mxlib.