From 6f04bb500424e9421d4b90711018f1d22e742fa6 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 8 Aug 2007 19:02:26 +0000 Subject: [PATCH] Remove V1 Jamfiles [SVN r38516] --- Jamfile | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Jamfile diff --git a/Jamfile b/Jamfile deleted file mode 100644 index 1647aa6..0000000 --- a/Jamfile +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright David Abrahams, Jeremy Siek 2006. 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) -subproject libs/concept_check ; - -import testing ; - -test-suite concept_check - : [ run stl_concept_covering.cpp ] - [ run stl_concept_check.cpp ] - [ run concept_check_test.cpp ] - [ run class_concept_check_test.cpp ] - [ compile-fail concept_check_fail_expected.cpp ] - [ compile-fail class_concept_fail_expected.cpp ] - - [ run where.cpp ] - [ compile-fail where_fail.cpp ] - [ compile-fail usage_fail.cpp ] - - # Backward compatibility tests - [ run old_concept_pass.cpp ] - [ compile-fail function_requires_fail.cpp ] - [ compile-fail old_concept_function_fail.cpp ] - [ compile-fail old_concept_class_fail.cpp ] - ; -