2013-01-18 21:25:30 -06:00
|
|
|
#!/usr/bin/env b2 -a --verbose-test
|
|
|
|
# Copyright Redshift Software, Inc. 2011-2013
|
2011-11-19 03:46:41 +00:00
|
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
|
|
# (See accompanying file LICENSE_1_0.txt or copy at
|
|
|
|
# http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
|
|
|
|
project test
|
|
|
|
: requirements
|
2012-12-28 22:25:52 -06:00
|
|
|
<include>$(BOOST_PREDEF_ROOT)/include
|
|
|
|
<dependency>$(BOOST_PREDEF_ROOT)/include/boost/predef.h
|
2011-11-19 03:46:41 +00:00
|
|
|
;
|
|
|
|
|
|
|
|
using testing ;
|
|
|
|
|
2011-11-30 05:54:23 +00:00
|
|
|
test-suite config :
|
|
|
|
[ run info_as_cpp.cpp : : : <test-info>always_show_run_output ]
|
|
|
|
[ run info_as_c.c : : : <test-info>always_show_run_output ]
|
|
|
|
[ run info_as_objcpp.mm : : : <test-info>always_show_run_output ]
|
|
|
|
[ run info_as_objc.m : : : <test-info>always_show_run_output ]
|
|
|
|
[ run version.cpp ]
|
|
|
|
[ run make.cpp ]
|
|
|
|
;
|