mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-22 17:32:33 +00:00
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
# Boost Parameter Library test Jamfile
|
|
|
|
test-suite "parameter"
|
|
: [ run basics.cpp ]
|
|
[ run sfinae.cpp ]
|
|
[ run macros.cpp ]
|
|
[ compile unwrap_cv_reference.cpp ]
|
|
;
|