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. |
---|
9 | subproject libs/io/test ; |
---|
10 | |
---|
11 | import testing ; |
---|
12 | |
---|
13 | # Make tests run by default. |
---|
14 | DEPENDS all : test ; |
---|
15 | |
---|
16 | { |
---|
17 | |
---|
18 | test-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.