mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mxlib_test.cpp
Go to the documentation of this file.
1/** \file mxlib_test.cpp
2 * \brief Placeholder tests for the mxlib production API.
3 */
4
5#include "../catch2/catch.hpp"
6
8
9/** \defgroup mxlib_unit_tests mxlib Umbrella Header Unit Tests
10 * \ingroup unit_tests
11 */
12
13namespace unitTest::placeholder::mxlib_test
14{
15
16/** \brief Records pending behavioral verification of the mxlib production API.
17 *
18 * \ingroup mxlib_unit_tests
19 * \todo Add behavioral assertions for the production API declared in \c include/mxlib.hpp.
20 */
21TEST_CASE( "mxlib production API placeholder", "[mxlib][placeholder]" )
22{
23 SUCCEED( "Behavioral API assertions are pending." );
24}
25
26} // namespace unitTest::placeholder::mxlib_test
TEST_CASE("mxlib production API placeholder", "[mxlib][placeholder]")
Records pending behavioral verification of the mxlib production API.
Declarations of some libarary wide utilities.