libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
backtrace.cpp File Reference
#include "stdafx.h"
#include <boost/test/included/unit_test.hpp>
#include "core/thread_api_traits.hpp"
Include dependency graph for backtrace.cpp:

Go to the source code of this file.

Macros

#define BOOST_TEST_MODULE   libjmmcg_tests
 

Typedefs

typedef boost::mpl::list< sequential_mode, heavyweight_threading > thread_types
 

Functions

 BOOST_AUTO_TEST_CASE_TEMPLATE (generate, T, thread_types)
 

Macro Definition Documentation

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   libjmmcg_tests

Definition at line 21 of file backtrace.cpp.

Typedef Documentation

◆ thread_types

typedef boost::mpl::list< sequential_mode, heavyweight_threading> thread_types

Definition at line 32 of file backtrace.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE_TEMPLATE()

BOOST_AUTO_TEST_CASE_TEMPLATE ( generate  ,
,
thread_types   
)

Definition at line 36 of file backtrace.cpp.