mirror of
https://github.com/boostorg/test.git
synced 2026-07-21 13:33:38 +00:00
@@ -1,4 +1,4 @@
|
||||
# Copyright 2001, Raffi Enficiaud
|
||||
# Copyright 2015, Raffi Enficiaud
|
||||
|
||||
# Use, modification, and distribution are subject to the
|
||||
# Boost Software License, Version 1.0. (See accompanying file
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
# (C) Copyright Gennadiy Rozental 2001.
|
||||
# (C) Copyright Gennadiy Rozental 2001-2005.
|
||||
# (C) Copyright Juergen Hunold 2006.
|
||||
# Use, modification, and distribution are subject to the
|
||||
# Boost Software License, Version 1.0. (See accompanying file
|
||||
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief simple string class definition
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : simple string class definition
|
||||
// ***************************************************************************
|
||||
|
||||
#ifndef CONST_STRING_HPP
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
// File : $RCSfile: const_string_test.cpp,v $
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : simple string class test
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_MODULE const_string test
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2003-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
#include <boost/test/prg_exec_monitor.hpp>
|
||||
#include <boost/test/execution_monitor.hpp>
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#ifndef BOOST_TEST_DYN_LINK
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#ifndef BOOST_TEST_DYN_LINK
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_NO_MAIN
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2015.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_MODULE filtering test
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Library Code
|
||||
#include <boost/test/utils/named_params.hpp>
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
#include <boost/test/prg_exec_monitor.hpp>
|
||||
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2006.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
#ifdef BOOST_MSVC
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
|
||||
// each test module could contain no more then one 'main' file with init function defined
|
||||
// alternatively you could define init function yourself
|
||||
#define BOOST_TEST_MAIN
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2002-2014.
|
||||
// (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2002-2014.
|
||||
// (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
#define BOOST_TEST_MODULE Unit_test_example_04
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
#define BOOST_TEST_MODULE "Unit test example 05"
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
#define BOOST_TEST_MODULE Unit test example 06
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
#define BOOST_TEST_MODULE Unit_test_example_07
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
#define BOOST_TEST_MODULE Unit_test_example_08
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
#define BOOST_TEST_MODULE Unit_test_example_09
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
// only one file should define BOOST_TEST_MAIN/BOOST_TEST_MODULE
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2014.
|
||||
// (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
#include <boost/test/tools/floating_point_comparison.hpp>
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2002-2014.
|
||||
// (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2014.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2015.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
+6
-3
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
+6
-3
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2006-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
+6
-3
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2011.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
+6
-3
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
+6
-3
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
+6
-3
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2005-2010.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief forwarding source
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_SOURCE
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# (C) Copyright Gennadiy Rozental 2001.
|
||||
# (C) Copyright Gennadiy Rozental 2001-2015.
|
||||
# Use, modification, and distribution are subject to the
|
||||
# Boost Software License, Version 1.0. (See accompanying file
|
||||
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2003-2015.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief unit test for custon user exception translator registry
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : unit test for custon user exception translator registry
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2015.
|
||||
// (C) Copyright Beman Dawes 2001.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
@@ -7,8 +7,12 @@
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief tests an ability of Unit Test Framework to catch all kinds of test errors in a user code and properly report it.
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : tests an ability of Unit Test Framework to catch all kinds
|
||||
// of test errors in a user code and properly report it.
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
|
||||
@@ -1,12 +1,16 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2015.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief tests Unit Test Framework reporting facilities against pattern file
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : tests Unit Test Framework reporting facilities against
|
||||
// pattern file
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2003-2015.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief unit test for class properties facility
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision: 62023 $
|
||||
//
|
||||
// Description : unit test for class properties facility
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
par1 = "ABC "
|
||||
NS1::par1 = 12
|
||||
NS2::NS3::par1 = OFF
|
||||
NS2::NS4::par1 = ON
|
||||
NS2::NS4::NS5::par1 = 1 2 3
|
||||
@@ -0,0 +1 @@
|
||||
par1 = |"Simple text "|
|
||||
@@ -0,0 +1 @@
|
||||
par1 = 1
|
||||
@@ -0,0 +1 @@
|
||||
NS::par2 = 1 2
|
||||
@@ -0,0 +1 @@
|
||||
NS::par2 => 2
|
||||
@@ -0,0 +1 @@
|
||||
par1 1
|
||||
@@ -0,0 +1 @@
|
||||
NS1/NS2/par 1
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
par2 NS1::par1
|
||||
par3 NS2::NS3::par1
|
||||
|
||||
par5 NS2::NS3::par1
|
||||
|
||||
par4 NS2::NS4::par1
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#not exitent parameter
|
||||
par1 BLA::bla
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
# unexpected token
|
||||
par1 NS1::par1 par2
|
||||
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
qwer\
|
||||
ty
|
||||
|
||||
123 \\
|
||||
11
|
||||
|
||||
# ery \
|
||||
23
|
||||
|
||||
xcv \ dfgsd
|
||||
qwe
|
||||
|
||||
1 \
|
||||
|
||||
23
|
||||
|
||||
34 \
|
||||
34
|
||||
|
||||
a \
|
||||
b \
|
||||
c \
|
||||
d \
|
||||
e \
|
||||
f
|
||||
|
||||
as \
|
||||
# test
|
||||
sa
|
||||
|
||||
as\
|
||||
|
||||
we
|
||||
@@ -0,0 +1,29 @@
|
||||
|
||||
|
||||
|
||||
|
||||
# 000
|
||||
1
|
||||
2 # 2
|
||||
# 1111
|
||||
# 234
|
||||
#rtyet
|
||||
#erty\
|
||||
4
|
||||
3
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
##################### ######################### 4444
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{ abc d }
|
||||
{ d
|
||||
dsfg
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
$define AAA 123
|
||||
$define BBB $AAA$$AAA$
|
||||
|
||||
a$BBB$
|
||||
1$AAA$2
|
||||
|
||||
$define V $TEST_\
|
||||
MACRO$=11
|
||||
a $V$
|
||||
|
||||
$define AAA abc
|
||||
|
||||
1$AAA$2
|
||||
@@ -0,0 +1,37 @@
|
||||
$define a aa
|
||||
$ifdef a
|
||||
1
|
||||
$else
|
||||
2
|
||||
$endif
|
||||
|
||||
$ifdef A
|
||||
1
|
||||
$else
|
||||
2
|
||||
$endif
|
||||
|
||||
$ifndef A
|
||||
1
|
||||
$else
|
||||
2
|
||||
$endif
|
||||
|
||||
$ifdef a
|
||||
$define V abc
|
||||
$else
|
||||
$define V cba
|
||||
$endif
|
||||
|
||||
1$V$
|
||||
|
||||
$ifdef a
|
||||
$ifdef V
|
||||
a
|
||||
$else
|
||||
b
|
||||
$endif
|
||||
$else
|
||||
c
|
||||
$endif
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
$ifdef
|
||||
@@ -0,0 +1,2 @@
|
||||
$ifdef
|
||||
$else
|
||||
@@ -0,0 +1,3 @@
|
||||
$else
|
||||
$endif
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
$endif
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
a
|
||||
$include test_include1_include1.cfg
|
||||
|
||||
b
|
||||
@@ -0,0 +1 @@
|
||||
c
|
||||
@@ -0,0 +1,4 @@
|
||||
1
|
||||
$include test_include1.cfg# again
|
||||
|
||||
2
|
||||
@@ -0,0 +1,3 @@
|
||||
$include \# broken
|
||||
test_include1_include1.cfg
|
||||
$include test_include1_include1.cfg# again
|
||||
@@ -0,0 +1 @@
|
||||
a\
|
||||
@@ -0,0 +1,9 @@
|
||||
$define AAA 123
|
||||
$define BBB $AAA$$AAA$
|
||||
|
||||
a$BBB$
|
||||
1$AAA$2
|
||||
|
||||
$define V $TEST_\
|
||||
MACRO$=11
|
||||
a $V$
|
||||
@@ -0,0 +1 @@
|
||||
a$aa$
|
||||
@@ -0,0 +1 @@
|
||||
a$TEST_MACRO$
|
||||
@@ -0,0 +1 @@
|
||||
a$1a$
|
||||
@@ -0,0 +1,2 @@
|
||||
$define AA bb
|
||||
a$AA$
|
||||
@@ -0,0 +1 @@
|
||||
a "
|
||||
@@ -0,0 +1 @@
|
||||
a abc"def
|
||||
@@ -0,0 +1 @@
|
||||
a "abc" 123 "def"
|
||||
@@ -0,0 +1 @@
|
||||
a abc " 123 " def
|
||||
@@ -0,0 +1 @@
|
||||
a \"abc\"
|
||||
@@ -0,0 +1 @@
|
||||
a ""
|
||||
@@ -0,0 +1 @@
|
||||
a """
|
||||
@@ -0,0 +1 @@
|
||||
a "\""
|
||||
@@ -0,0 +1 @@
|
||||
a abc""
|
||||
@@ -0,0 +1 @@
|
||||
a abc"
|
||||
@@ -0,0 +1 @@
|
||||
a "abc
|
||||
@@ -0,0 +1 @@
|
||||
a "abc" "def"
|
||||
@@ -0,0 +1,3 @@
|
||||
a "abc" \
|
||||
"def" \
|
||||
"123"
|
||||
@@ -0,0 +1,9 @@
|
||||
$undef AAA
|
||||
|
||||
$define AAA 123
|
||||
|
||||
1$AAA$
|
||||
|
||||
$undef AAA
|
||||
|
||||
1$AAA$
|
||||
@@ -1,12 +1,16 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2008-2015.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief tests Unit Test Framework usability in MT environment with Boost.Test calls externally synchronized.
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : tests Unit Test Framework usability in MT environment with
|
||||
// Boost.Test calls externally synchronized
|
||||
// ***************************************************************************
|
||||
|
||||
#define BOOST_TEST_MODULE sync_access_test
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2003-2015.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief test the Execution Monitor logic regards cpp_main return value
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : test the Execution Monitor logic regards cpp_main return value
|
||||
// ***************************************************************************
|
||||
#include <stdexcept>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2015.
|
||||
// (C) Copyright Beman Dawes 2001.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
@@ -6,8 +6,12 @@
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief tests an ability of Program Execution Monitor to catch system exceptions. Should fail during run.
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : tests an ability of Program Execution Monitor to catch
|
||||
// system exceptions. Should fail during run.
|
||||
// ***************************************************************************
|
||||
|
||||
#ifdef __MWERKS__
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2001-2015.
|
||||
// (C) Copyright Beman Dawes 2001.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
@@ -6,8 +6,12 @@
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief tests an ability of Program Execution Monitor to catch uncatched exceptions. Should fail during run.
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : tests an ability of Program Execution Monitor to catch
|
||||
// uncatched exceptions. Should fail during run.
|
||||
// ***************************************************************************
|
||||
|
||||
#ifdef __MWERKS__
|
||||
|
||||
@@ -1,12 +1,16 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2002-2015.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief tests an ability of the Program Execution Monitor to catch user fatal exceptions. Should fail during run. But not crash.
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : tests an ability of the Program Execution Monitor to catch
|
||||
// user fatal exceptions. Should fail during run. But not crash.
|
||||
// ***************************************************************************
|
||||
|
||||
#include <cassert>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// (C) Copyright Gennadiy Rozental 2001.
|
||||
// (C) Copyright Gennadiy Rozental 2011-2015.
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
@@ -6,7 +6,7 @@
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
/// @file
|
||||
/// @brief Tests C array based dataset
|
||||
/// Tests C array based dataset
|
||||
// ***************************************************************************
|
||||
|
||||
// Boost.Test
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user