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