diff --git a/Jamfile b/Jamfile deleted file mode 100644 index 1e3698c9..00000000 --- a/Jamfile +++ /dev/null @@ -1,22 +0,0 @@ -# Boost.Uuid Library Jamfile -# -# Copyright (c) 2017 James E. King III -# -# Use, modification, and distribution are subject to the -# Boost Software License, Version 1.0. (See accompanying file -# LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) - -project libs/uuid - : requirements - - all - - clang:-Wextra - clang:-pedantic - - gcc:-Wextra - gcc:-pedantic - ; - -# please order by name to ease maintenance -build-project test ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 023515ea..8ad95d98 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -9,6 +9,8 @@ lib bcrypt ; project libs/uuid/test : requirements + pedantic + # boost.jam defines BOOST_ALL_NO_LIB, this makes library management # near-impossible with the platform selection logic in the random_provider windows:BOOST_UUID_FORCE_AUTO_LINK