Files
parameter/test/Jamfile.v2
2006-01-27 02:28:26 +00:00

19 lines
430 B
Plaintext

# Boost Parameter Library test Jamfile
project boost/parameter
: default-build <warnings>off
;
test-suite "parameter"
: [ run basics.cpp ]
[ run sfinae.cpp ]
[ run macros.cpp ]
[ run unnamed.cpp ]
[ run tutorial.cpp ]
[ run earwicker.cpp ]
[ run mpl.cpp ]
[ run efficiency.cpp : : : <variant>release ]
[ compile unwrap_cv_reference.cpp ]
[ compile-fail duplicates.cpp ]
;