# Boost Parameter Library test Jamfile project boost/parameter : default-build 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 : : : release ] [ compile unwrap_cv_reference.cpp ] [ compile-fail duplicates.cpp ] ;