mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-23 17:52:14 +00:00
11 lines
233 B
Plaintext
11 lines
233 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 ]
|
|
[ compile unwrap_cv_reference.cpp ]
|
|
;
|