X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fgeometry%2Findex%2Ftest%2Frtree%2Finterprocess%2FJamfile;fp=ceph%2Fsrc%2Fboost%2Flibs%2Fgeometry%2Findex%2Ftest%2Frtree%2Finterprocess%2FJamfile;h=0933eae086812be15bb18077d5c422bb61e5d3e5;hb=f67539c23b11f3b8a2ecaeeddf7a403ae1c442a8;hp=0000000000000000000000000000000000000000;hpb=64a4c04e6850c6d9086e4c37f57c4eada541b05e;p=ceph.git diff --git a/ceph/src/boost/libs/geometry/index/test/rtree/interprocess/Jamfile b/ceph/src/boost/libs/geometry/index/test/rtree/interprocess/Jamfile new file mode 100644 index 000000000..0933eae08 --- /dev/null +++ b/ceph/src/boost/libs/geometry/index/test/rtree/interprocess/Jamfile @@ -0,0 +1,34 @@ +# Boost.Geometry Index +# +# Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. +# +# 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) + +rule test_all +{ + local all_rules = ; + + for local fileb in [ glob *.cpp ] + { + all_rules += [ run $(fileb) /boost/thread//boost_thread + : # additional args + : # test-files + : # requirements + acc:-lrt + acc-pa_risc:-lrt + hpux,gcc:"-Wl,+as,mpas" +# gcc-mingw:"-lole32 -loleaut32 -lpsapi -ladvapi32" + gcc,windows:"-lole32 -loleaut32 -lpsapi -ladvapi32" + windows,clang:"-lole32 -loleaut32 -lpsapi -ladvapi32" + msvc:/bigobj + windows,intel:/bigobj + linux:"-lrt" + ] ; + } + + return $(all_rules) ; +} + +test-suite boost-geometry-index-rtree-interprocess : [ test_all r ] : multi ;