Support for Borland C++

[SVN r29520]
This commit is contained in:
Dave Abrahams
2005-06-11 06:46:03 +00:00
committed by Peter Dimov
parent 6894da4a9c
commit d3a2758192

View File

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