| 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 | |
|---|
| 10 | test-suite "io" |
|---|
| 11 | : [ run ios_state_unit_test.cpp |
|---|
| 12 | ../../../libs/test/build//boost_unit_test_framework |
|---|
| 13 | : # args |
|---|
| 14 | : # input files |
|---|
| 15 | # : std::locale-support |
|---|
| 16 | ] |
|---|
| 17 | |
|---|
| 18 | [ run ios_state_test.cpp |
|---|
| 19 | ../../../libs/test/build//boost_test_exec_monitor |
|---|
| 20 | : # args |
|---|
| 21 | : # input files |
|---|
| 22 | # : std::locale-support |
|---|
| 23 | ] |
|---|
| 24 | ; |
|---|
Note: See
TracBrowser
for help on using the repository browser.