Files
parameter/test/Jamfile
Dave Abrahams 3c23aed910 Fixes for the RC branch
[SVN r31292]
2005-10-11 21:52:38 +00:00

15 lines
287 B
Plaintext
Executable File

# Boost Parameter Library test Jamfile
subproject libs/parameter/test ;
# bring in rules for testing
import testing ;
test-suite "parameter"
: [ run basics.cpp ]
[ run sfinae.cpp ]
[ run macros.cpp ]
[ run tutorial.cpp ]
[ compile unwrap_cv_reference.cpp ]
;