Use main-as-static-lib in ExtraTests

This commit is contained in:
Martin Hořeňovský
2020-05-03 19:21:58 +02:00
parent 0c223bb751
commit c086746cc9
6 changed files with 7 additions and 12 deletions

View File

@@ -2,7 +2,6 @@
// Test that CATCH_CONFIG_DISABLE turns off TEST_CASE autoregistration
// and expressions in assertion macros are not run.
#include <catch2/internal/catch_default_main.hpp>
#include <catch2/catch_test_macros.hpp>
#include <iostream>