Files
parameter_python/test/Jamfile.v2
Dave Abrahams 33c1290eb4 Add efficiency measurement
[SVN r30920]
2018-10-14 18:08:52 +03:00

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