From ea15a9abf6be8ffd6913ba4d13b9bda40bc59858 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 14 Apr 2005 11:47:45 +0000 Subject: [PATCH] Add V2 Jamfile [SVN r28242] --- test/Jamfile.v2 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/Jamfile.v2 diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 new file mode 100644 index 0000000..20c1ba7 --- /dev/null +++ b/test/Jamfile.v2 @@ -0,0 +1,17 @@ +# Tribool library + +# Copyright (C) 2002-2003 Douglas Gregor + +# Use, modification and distribution is subject to 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) + +# For more information, see http://www.boost.org/ + + test-suite logic : + [ run tribool_test.cpp ] + [ run tribool_rename_test.cpp ] + [ run tribool_io_test.cpp ] + ; + + \ No newline at end of file