mirror of
https://github.com/boostorg/parameter.git
synced 2026-01-23 05:42:26 +00:00
19 lines
430 B
Plaintext
19 lines
430 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 earwicker.cpp ]
|
|
[ run mpl.cpp ]
|
|
[ run efficiency.cpp : : : <variant>release ]
|
|
[ compile unwrap_cv_reference.cpp ]
|
|
[ compile-fail duplicates.cpp ]
|
|
;
|