1#~ Copyright Rene Rivera 2008
2#~ Distributed under the Boost Software License, Version 1.0.
3#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5import testing ;
6import ../../config/checks/config : requires ;
7
8test-suite rational
9    :   [ run rational_example.cpp ]
10        [ run rational_test.cpp
11            /boost/test//boost_unit_test_framework/<link>static ]
12        [ run constexpr_test.cpp : : : [ requires cxx11_constexpr ] ]
13        [ compile-fail expected_fail_01.cpp ]
14        [ compile-fail expected_fail_02.cpp ]
15        [ compile-fail expected_fail_03.cpp ]
16        [ compile-fail expected_fail_04.cpp ]
17        [ compile-fail expected_fail_05.cpp ]
18        [ compile-fail expected_fail_06.cpp ]
19        [ compile-fail expected_fail_07.cpp ]
20        [ compile-fail expected_fail_08.cpp ]
21        [ compile-fail expected_fail_09.cpp ]
22        [ compile-fail expected_fail_10.cpp ]
23        [ compile-fail expected_fail_11.cpp ]
24        [ compile expected_compile_12.cpp ]
25    ;
26