Files
spirit_x4/test/Jamfile
Nana Sakisaka 05bf2eb30b Migrate to Catch2 (#48)
* Migrate to Catch2

* Enable colors in Catch2

* CI: Cache Catch2

* Remove unused variable

* Supply compiler flags to `Catch2WithMain`

* CI: Fix Catch2 cache

* Fix styling
2025-09-25 17:26:35 +09:00

23 lines
786 B
Plaintext

#==============================================================================
# Copyright (c) 2001-2011 Joel de Guzman
# Copyright (c) 2001-2012 Hartmut Kaiser
# Copyright (c) 2011 Bryce Lelbach
# Copyright (c) 2025 Nana Sakisaka
#
# Use, modification and distribution is subject to 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
: requirements
<library>/boost/spirit_x4//boost_spirit_x4
<define>BOOST_SPIRIT_CI_IS_B2
<define>CATCH_CONFIG_FAST_COMPILE
<define>CATCH_CONFIG_NO_USE_BUILTIN_CONSTANT_P
<define>DO_NOT_USE_WMAIN
;
build-project x4 ;