From e7122b3f207d6cb697ba61ffb37ce033378260cb Mon Sep 17 00:00:00 2001 From: Boris Gubenko Date: Sun, 4 Jan 2009 05:17:02 +0000 Subject: [PATCH] merge tests and Jamfiles for 7 libraries [SVN r50456] --- test/Jamfile.v2 | 14 ++++++++++++++ array0.cpp => test/array0.cpp | 0 array1.cpp => test/array1.cpp | 0 array2.cpp => test/array2.cpp | 0 array3.cpp => test/array3.cpp | 0 array4.cpp => test/array4.cpp | 0 array5.cpp => test/array5.cpp | 0 print.hpp => test/print.hpp | 0 8 files changed, 14 insertions(+) create mode 100644 test/Jamfile.v2 rename array0.cpp => test/array0.cpp (100%) rename array1.cpp => test/array1.cpp (100%) rename array2.cpp => test/array2.cpp (100%) rename array3.cpp => test/array3.cpp (100%) rename array4.cpp => test/array4.cpp (100%) rename array5.cpp => test/array5.cpp (100%) rename print.hpp => test/print.hpp (100%) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 new file mode 100644 index 0000000..1379a5b --- /dev/null +++ b/test/Jamfile.v2 @@ -0,0 +1,14 @@ +#~ Copyright Rene Rivera 2008 +#~ 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) + +import testing ; + +test-suite array : + [ run array0.cpp ] + [ run array1.cpp ] + [ run array2.cpp ] + [ run array3.cpp ] + [ run array4.cpp ] + [ run array5.cpp ] + ; diff --git a/array0.cpp b/test/array0.cpp similarity index 100% rename from array0.cpp rename to test/array0.cpp diff --git a/array1.cpp b/test/array1.cpp similarity index 100% rename from array1.cpp rename to test/array1.cpp diff --git a/array2.cpp b/test/array2.cpp similarity index 100% rename from array2.cpp rename to test/array2.cpp diff --git a/array3.cpp b/test/array3.cpp similarity index 100% rename from array3.cpp rename to test/array3.cpp diff --git a/array4.cpp b/test/array4.cpp similarity index 100% rename from array4.cpp rename to test/array4.cpp diff --git a/array5.cpp b/test/array5.cpp similarity index 100% rename from array5.cpp rename to test/array5.cpp diff --git a/print.hpp b/test/print.hpp similarity index 100% rename from print.hpp rename to test/print.hpp