This commit is contained in:
Bartek Kryza
2024-05-12 00:45:45 +02:00
parent baeda78c7e
commit 235533d9fa
52 changed files with 4641 additions and 3156 deletions

View File

@@ -15,13 +15,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#define CATCH_CONFIG_MAIN
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include "catch.h"
#include "doctest/doctest.h"
#include "util/thread_pool_executor.h"
TEST_CASE("Test thread_pool_executor", "[unit-test]")
TEST_CASE("Test thread_pool_executor")
{
using clanguml::util::thread_pool_executor;