mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-24 18:12:32 +00:00
20 lines
460 B
Plaintext
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 ]
|
|
;
|