From a88c1d6a6994cac8e02bc617602455a805a16b24 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 6 Nov 2006 17:10:46 +0000 Subject: [PATCH] Remove obsolete Boost.Build v1 files. [SVN r35880] --- Jamfile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Jamfile diff --git a/Jamfile b/Jamfile deleted file mode 100644 index 8b7c473..0000000 --- a/Jamfile +++ /dev/null @@ -1,14 +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 - : [ compile stl_concept_covering.cpp ] - [ compile concept_check_test.cpp ] - [ compile class_concept_check_test.cpp ] - [ link-fail concept_check_fail_expected.cpp ] - [ link-fail class_concept_fail_expected.cpp ] - ;