From 485db8aef503c45e293bc23bfd139a6f810f92e4 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 13 Apr 2008 23:21:57 +0000 Subject: [PATCH] Move preprocessor tests into canonical test subdir structure. [SVN r44385] --- test/Jamfile.v2 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/Jamfile.v2 diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 new file mode 100644 index 0000000..2ef7e7f --- /dev/null +++ b/test/Jamfile.v2 @@ -0,0 +1,22 @@ +#~ 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 preprocessor + : [ compile arithmetic.cpp ] + [ compile array.cpp ] + [ compile comparison.cpp ] + [ compile control.cpp ] + [ compile debug.cpp ] + [ compile facilities.cpp ] + [ compile iteration.cpp ] + [ compile list.cpp ] + [ compile logical.cpp ] + [ compile repetition.cpp ] + [ compile selection.cpp ] + [ compile seq.cpp ] + [ compile slot.cpp ] + [ compile tuple.cpp ] + ;