mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-24 18:12:32 +00:00
7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
# Boost Parameter Library test Jamfile
|
|
|
|
test-suite "parameter"
|
|
: [ run basics.cpp ]
|
|
[ run sfinae.cpp ]
|
|
;
|