Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 868 Bytes

README.rst

File metadata and controls

39 lines (26 loc) · 868 Bytes

Boost.Build Toolset Language Standard Support Tester

The project contains a Boost.Build project intended to test language standard support of any Boost.Build toolset. To do this, it attempts to build components of generated C, C++, Objective-C, and Objective-C++ programs for all possible language standard values.

Overview

Running the following command will run all tests against the default compiler.

$ b2

To see a printout of the standard predefined preprocessor macros, add --verbose-test to the command line:

$ b2 --verbose-test

To build against the gcc and clang toolsets, run the following command.

$ b2 --verbose-test \
    toolset=gcc
    toolset=clang

Requirements

  • Boost.Build
  • All desired compilers