mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-22 05:22:31 +00:00
26 lines
607 B
Plaintext
26 lines
607 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 earwicker.cpp ]
|
|
[ run tutorial.cpp ]
|
|
[ run singular.cpp ]
|
|
[ run mpl.cpp ]
|
|
[ run preprocessor.cpp ]
|
|
[ run efficiency.cpp : : : : : <variant>release ]
|
|
[ run maybe.cpp ]
|
|
[ compile ntp.cpp ]
|
|
[ compile unwrap_cv_reference.cpp ]
|
|
[ compile-fail duplicates.cpp ]
|
|
[ compile-fail unnamed_fail.cpp ]
|
|
[ compile compose.cpp ]
|
|
;
|
|
|