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

Go to the source code of this file.

Macros

#define BOOST_TEST_MODULE   libjmmcg_tests
 

Functions

 BOOST_AUTO_TEST_CASE (zero_dyn)
 
 BOOST_AUTO_TEST_CASE (zero_mpl)
 
 BOOST_AUTO_TEST_CASE (one_dyn)
 
 BOOST_AUTO_TEST_CASE (one_mpl)
 
 BOOST_AUTO_TEST_CASE (two_dyn)
 
 BOOST_AUTO_TEST_CASE (two_mpl)
 
 BOOST_AUTO_TEST_CASE (three_dyn)
 
 BOOST_AUTO_TEST_CASE (three_mpl)
 
 BOOST_AUTO_TEST_CASE (four_dyn)
 
 BOOST_AUTO_TEST_CASE (four_mpl)
 
 BOOST_AUTO_TEST_CASE (ten_dyn)
 
 BOOST_AUTO_TEST_CASE (ten_mpl)
 

Macro Definition Documentation

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   libjmmcg_tests

Definition at line 21 of file prime_numbers.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/12]

BOOST_AUTO_TEST_CASE ( four_dyn  )

Definition at line 80 of file prime_numbers.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/12]

BOOST_AUTO_TEST_CASE ( four_mpl  )

Definition at line 88 of file prime_numbers.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/12]

BOOST_AUTO_TEST_CASE ( one_dyn  )

Definition at line 42 of file prime_numbers.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/12]

BOOST_AUTO_TEST_CASE ( one_mpl  )

Definition at line 48 of file prime_numbers.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/12]

BOOST_AUTO_TEST_CASE ( ten_dyn  )

Definition at line 96 of file prime_numbers.cpp.

◆ BOOST_AUTO_TEST_CASE() [6/12]

BOOST_AUTO_TEST_CASE ( ten_mpl  )

Definition at line 106 of file prime_numbers.cpp.

◆ BOOST_AUTO_TEST_CASE() [7/12]

BOOST_AUTO_TEST_CASE ( three_dyn  )

Definition at line 66 of file prime_numbers.cpp.

◆ BOOST_AUTO_TEST_CASE() [8/12]

BOOST_AUTO_TEST_CASE ( three_mpl  )

Definition at line 73 of file prime_numbers.cpp.

◆ BOOST_AUTO_TEST_CASE() [9/12]

BOOST_AUTO_TEST_CASE ( two_dyn  )

Definition at line 54 of file prime_numbers.cpp.

◆ BOOST_AUTO_TEST_CASE() [10/12]

BOOST_AUTO_TEST_CASE ( two_mpl  )

Definition at line 60 of file prime_numbers.cpp.

◆ BOOST_AUTO_TEST_CASE() [11/12]

BOOST_AUTO_TEST_CASE ( zero_dyn  )

Definition at line 30 of file prime_numbers.cpp.

◆ BOOST_AUTO_TEST_CASE() [12/12]

BOOST_AUTO_TEST_CASE ( zero_mpl  )

Definition at line 36 of file prime_numbers.cpp.