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