mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-26 18:52:22 +00:00
Support for Borland C++
[SVN r29520]
This commit is contained in:
committed by
Peter Dimov
parent
6894da4a9c
commit
d3a2758192
@@ -1,7 +1,8 @@
|
||||
# Boost Parameter Library test Jamfile
|
||||
|
||||
test-suite "parameter"
|
||||
: [ run basics.cpp ]
|
||||
[ run sfinae.cpp ]
|
||||
[ run macros.cpp ]
|
||||
;
|
||||
test-suite "parameter"
|
||||
: [ run basics.cpp ]
|
||||
[ run sfinae.cpp ]
|
||||
[ run macros.cpp ]
|
||||
[ compile unwrap_cv_reference.cpp ]
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user