2 * Created by Phil on 15/03/2013.
3 * Copyright 2013 Two Blue Cubes Ltd. All rights reserved.
5 * Distributed under the Boost Software License, Version 1.0. (See accompanying
6 * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
11 #ifdef CATCH_CONFIG_VARIADIC_MACROS
15 SUCCEED( "anonymous test case" );
18 TEST_CASE( "Test case with one argument" )
20 SUCCEED( "no assertions" );
23 TEST_CASE( "Variadic macros", "[variadic][sections]" )
25 SECTION( "Section with one argument" )
27 SUCCEED( "no assertions" );