From 2d2a2f47e11cfcd2896d6aae09f5e4c79ea7d696 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 | 9 +++++++++ timer_test.cpp => test/timer_test.cpp | 0 2 files changed, 9 insertions(+) create mode 100644 test/Jamfile.v2 rename timer_test.cpp => test/timer_test.cpp (100%) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 new file mode 100644 index 0000000..96641b6 --- /dev/null +++ b/test/Jamfile.v2 @@ -0,0 +1,9 @@ +#~ 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 timer + : [ compile timer_test.cpp ] + ; diff --git a/timer_test.cpp b/test/timer_test.cpp similarity index 100% rename from timer_test.cpp rename to test/timer_test.cpp