Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/logic/test/Jamfile.v2 @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

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.