Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/io/test/Jamfile @ 12

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

added boost

File size: 870 bytes
Line 
1#  Boost.IO Library test Jamfile
2#
3#  Copyright 2003 Daryle Walker.  Use, modification, and distribution
4#  are subject to the Boost Software License, Version 1.0.  (See
5#  accompanying file LICENSE_1_0.txt or a copy at
6#  <http://www.boost.org/LICENSE_1_0.txt>.)
7#
8#  See <http://www.boost.org/libs/io/> for the library's home page.
9subproject libs/io/test ;
10
11import testing ;
12
13# Make tests run by default.
14DEPENDS all : test ;
15
16{
17
18test-suite "io"
19   :    [  run ios_state_unit_test.cpp
20                <lib>../../../libs/test/build/boost_unit_test_framework
21              : # args
22              : # input files
23              : std::locale-support
24        ]
25
26        [ run ios_state_test.cpp
27                <lib>../../../libs/test/build/boost_test_exec_monitor
28              : # args
29              : # input files
30              : std::locale-support
31        ]
32  ;
33}
Note: See TracBrowser for help on using the repository browser.