mirror of
https://github.com/boostorg/parameter.git
synced 2026-01-27 07:02:12 +00:00
15 lines
262 B
Plaintext
Executable File
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 ]
|
|
;
|
|
|