mirror of
https://github.com/boostorg/predef.git
synced 2026-01-29 17:42:16 +01:00
22 lines
703 B
Plaintext
22 lines
703 B
Plaintext
# Copyright Redshift Software, Inc. 2011
|
|
# 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
|
|
<include>$(BOOST_PREDEF_ROOT)/include
|
|
<dependency>$(BOOST_PREDEF_ROOT)/include/boost/predef.h
|
|
;
|
|
|
|
using testing ;
|
|
|
|
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 ]
|
|
;
|