From ba15bfb488fe1dfc7a07a5016f512f69aa7ef3cb Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 3 May 2002 12:35:41 +0000 Subject: [PATCH] initial checkin [SVN r13637] --- test/boost-build.jam | 2 ++ v2/test/boost-build.jam | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 test/boost-build.jam create mode 100644 v2/test/boost-build.jam diff --git a/test/boost-build.jam b/test/boost-build.jam new file mode 100644 index 000000000..bec37a22f --- /dev/null +++ b/test/boost-build.jam @@ -0,0 +1,2 @@ +# Find the boost build system in the ../new directory. +boost-build ../new ; diff --git a/v2/test/boost-build.jam b/v2/test/boost-build.jam new file mode 100644 index 000000000..bec37a22f --- /dev/null +++ b/v2/test/boost-build.jam @@ -0,0 +1,2 @@ +# Find the boost build system in the ../new directory. +boost-build ../new ;