Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/property_map/test/Jamfile.v2 @ 69

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

updated boost from 1_33_1 to 1_34_1

File size: 448 bytes
Line 
1# Function library
2
3# Copyright (C) 2005 Trustees of Indiana University
4#
5# Author: Douglas Gregor
6#
7# Use, modification and distribution is subject to the Boost Software License,
8# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
9# http://www.boost.org/LICENSE_1_0.txt)
10
11# For more information, see http://www.boost.org/
12
13test-suite property_map
14  : [ compile property_map_cc.cpp ]
15    [ run     dynamic_properties_test.cpp ]
16  ;
Note: See TracBrowser for help on using the repository browser.