Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/format/test/Jamfile.v2 @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 1.2 KB
Line 
1#  Boost.Bind Library test Jamfile
2#
3#  Copyright (c) 2003 Samuel Krempp
4#
5#  Permission to copy, use, modify, sell and distribute this software
6#  is granted provided this copyright notice appears in all copies.
7#  This software is provided "as is" without express or implied
8#  warranty, and with no claim as to its suitability for any purpose.
9
10import testing ;
11{
12
13test-suite "format"
14   :    [  run format_test1.cpp
15                ../../../libs/test/build//boost_test_exec_monitor
16              : # args
17              : # input files
18#              : std::locale-support
19        ]
20
21        [ run format_test2.cpp
22                ../../../libs/test/build//boost_test_exec_monitor
23              : # args
24              : # input files
25#              : std::locale-support
26        ]
27
28        [ run format_test3.cpp
29                ../../../libs/test/build//boost_test_exec_monitor
30              : # args
31              : # input files
32#              : std::locale-support
33        ]
34
35        [ run format_test_wstring.cpp
36                ../../../libs/test/build//boost_test_exec_monitor
37              : # args
38              : # input files
39#              : std::locale-support
40        ]
41  ;
42}
43
Note: See TracBrowser for help on using the repository browser.