gz-cpp-util/src/testing.cpp
2023-02-01 21:29:33 +01:00

12 lines
209 B
C++

#ifdef GZ_UTIL_TESTING
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include <doctest/doctest.h>
#include "gz-util.hpp"
#endif
/**
* @file
* @brief Includes all headers and implements `main` for testing
*/