Files
parameter_python/test/Jamfile.v2

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 ]
;