summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/property_map/test/Jamfile.v2
blob: b6353d294febf4e83520304bac505276111d34f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# PropertyMap library

# Copyright (C) 2005 Trustees of Indiana University
#
# Author: Douglas Gregor
#
# Use, modification and distribution is subject to the Boost Software License, 
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 
# http://www.boost.org/LICENSE_1_0.txt) 

# For more information, see http://www.boost.org/

import os ;

project
  : requirements
    <target-os>cygwin:<define>_POSIX_C_SOURCE=201112L
  ;

test-suite property_map
  : [ compile property_map_cc.cpp ]
    [ run     compose_property_map_test.cpp ]
    [ run     dynamic_properties_test.cpp ]
    [ run     function_property_map_test.cpp ]
    [ run     transform_value_property_map_test.cpp ]
  ;