diff --git a/build.jam b/build.jam new file mode 100644 index 0000000..aac1558 --- /dev/null +++ b/build.jam @@ -0,0 +1,9 @@ +# Copyright Rene Rivera 2014 +# 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 predef + ; + +path-constant BOOST_PREDEF_ROOT : . ; diff --git a/test/.gitignore b/test/.gitignore index d8feff7..69d0b50 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,2 +1,3 @@ /defs-clang.txt /defs-gcc.txt +/bin/