Files
parameter/test/Jamfile
Dave Abrahams 74a5d3372b Support for Borland C++
[SVN r29520]
2005-06-11 06:46:03 +00:00

15 lines
262 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 ]
[ compile unwrap_cv_reference.cpp ]
;