Files
parameter_python/test/Jamfile.v2

20 lines
460 B
Plaintext

# Boost Parameter Library test Jamfile
project boost/parameter
: default-build <warnings>off
;
test-suite "parameter"
: [ run basics.cpp ]
[ run sfinae.cpp ]
[ run macros.cpp ]
[ run unnamed.cpp ]
[ 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 ]
;