source:
downloads/boost_1_33_1/libs/logic/test/Jamfile.v2
@
20
| Last change on this file since 20 was 12, checked in by landauf, 18 years ago | |
|---|---|
| File size: 432 bytes | |
| Line | |
|---|---|
| 1 | # Tribool library |
| 2 | |
| 3 | # Copyright (C) 2002-2003 Douglas Gregor |
| 4 | |
| 5 | # Use, modification and distribution is subject to the Boost Software License, |
| 6 | # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
| 7 | # http://www.boost.org/LICENSE_1_0.txt) |
| 8 | |
| 9 | # For more information, see http://www.boost.org/ |
| 10 | |
| 11 | test-suite logic : |
| 12 | [ run tribool_test.cpp ] |
| 13 | [ run tribool_rename_test.cpp ] |
| 14 | [ run tribool_io_test.cpp ] |
| 15 | ; |
| 16 | |
| 17 |
Note: See TracBrowser
for help on using the repository browser.










