Skip to content

Commit

Permalink
udpate: catch2 tests config
Browse files Browse the repository at this point in the history
Co-Authored-By: Lorenzo Fontana <[email protected]>
Signed-off-by: Leonardo Di Donato <[email protected]>
  • Loading branch information
leodido and fntlnz committed Jul 1, 2019
1 parent 57c5ec5 commit 1e06599
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
#define CATCH_CONFIG_MAIN
#define CATCH_CONFIG_CONSOLE_WIDTH 300
#include <catch.hpp>

TEST_CASE( "1: All test cases reside in other .cpp files (empty)", "[multi-file:1]" ) {
TEST_CASE("all test cases reside in other .cpp files (empty)", "[multi-file:1]")
{
}

0 comments on commit 1e06599

Please sign in to comment.