Merge in material from the parameter-python branch that should have been included here.

[SVN r32445]
This commit is contained in:
Dave Abrahams
2006-01-27 21:37:05 +00:00
committed by Peter Dimov
parent 61fb5c5e9b
commit 31ea392998

View File

@@ -1,5 +1,9 @@
# Boost Parameter Library test Jamfile
project boost/parameter
: default-build <warnings>off
;
test-suite "parameter"
: [ run basics.cpp ]
[ run sfinae.cpp ]
@@ -8,6 +12,8 @@ test-suite "parameter"
[ run tutorial.cpp ]
[ run singular.cpp ]
[ run efficiency.cpp : : : : : <variant>release ]
[ run earwicker.cpp ]
[ run mpl.cpp ]
[ compile unwrap_cv_reference.cpp ]
[ compile-fail duplicates.cpp ]
;