summaryrefslogtreecommitdiff
path: root/libs/property_map/test/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'libs/property_map/test/Jamfile.v2')
-rw-r--r--libs/property_map/test/Jamfile.v22
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/property_map/test/Jamfile.v2 b/libs/property_map/test/Jamfile.v2
index 68df4fe352..e989091a96 100644
--- a/libs/property_map/test/Jamfile.v2
+++ b/libs/property_map/test/Jamfile.v2
@@ -13,4 +13,6 @@
test-suite property_map
: [ compile property_map_cc.cpp ]
[ run dynamic_properties_test.cpp ]
+ [ run function_property_map_test.cpp ]
+ [ run transform_value_property_map_test.cpp ]
;