Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/utility/enable_if/test/Jamfile.v2 @ 47

Last change on this file since 47 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 663 bytes
Line 
1# Copyright David Abrahams 2003.
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE_1_0.txt or copy at
4# http://www.boost.org/LICENSE_1_0.txt)
5
6# For more information, see http://www.boost.org/
7
8project
9    : requirements <library>/boost/test//boost_test_exec_monitor
10    ;
11
12test-suite utility/enable_if
13        :
14        [ run constructors.cpp ]
15        [ run dummy_arg_disambiguation.cpp ]
16        [ run lazy.cpp ]
17        [ run lazy_test.cpp ]
18        [ run member_templates.cpp ]
19        [ run namespace_disambiguation.cpp ]
20        [ run no_disambiguation.cpp ]
21        [ run partial_specializations.cpp ]
22    ;
23
Note: See TracBrowser for help on using the repository browser.