mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-24 18:12:32 +00:00
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
# Boost Parameter Library test Jamfile
|
|
|
|
test-suite "parameter"
|
|
: [ run basics.cpp ]
|
|
[ run sfinae.cpp ]
|
|
[ run macros.cpp ]
|
|
[ run unnamed.cpp ]
|
|
[ run efficiency.cpp : : : <variant>release ]
|
|
[ compile unwrap_cv_reference.cpp ]
|
|
;
|