mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-20 16:52:13 +00:00
Merge in material from the parameter-python branch that should have been included here.
[SVN r32445]
This commit is contained in:
committed by
Peter Dimov
parent
61fb5c5e9b
commit
31ea392998
@@ -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 ]
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user