Files
parameter_python/test/Jamfile.v2
Daniel Wallin d900700284 fixed v2 jamfile
[SVN r33299]
2018-10-14 18:08:53 +03:00

26 lines
607 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 earwicker.cpp ]
[ run tutorial.cpp ]
[ run singular.cpp ]
[ run mpl.cpp ]
[ run preprocessor.cpp ]
[ run efficiency.cpp : : : : : <variant>release ]
[ run maybe.cpp ]
[ compile ntp.cpp ]
[ compile unwrap_cv_reference.cpp ]
[ compile-fail duplicates.cpp ]
[ compile-fail unnamed_fail.cpp ]
[ compile compose.cpp ]
;