From 180da815cd5e539a20761f0963ecc495d83cfda7 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Sun, 22 Aug 2004 18:45:40 +0000 Subject: [PATCH] temporarily remove .v2 as they are picked up automatic for tests sources in the subdirectories and get built!! svn path=/trunk/boost/libs/numeric/ublas/; revision=24649 --- test1/Jamfile.v2 | 10 ---------- test2/Jamfile.v2 | 10 ---------- test3/Jamfile.v2 | 10 ---------- test4/Jamfile.v2 | 10 ---------- test5/Jamfile.v2 | 10 ---------- test6/Jamfile.v2 | 10 ---------- test7/Jamfile.v2 | 11 ----------- 7 files changed, 71 deletions(-) delete mode 100644 test1/Jamfile.v2 delete mode 100644 test2/Jamfile.v2 delete mode 100644 test3/Jamfile.v2 delete mode 100644 test4/Jamfile.v2 delete mode 100644 test5/Jamfile.v2 delete mode 100644 test6/Jamfile.v2 delete mode 100644 test7/Jamfile.v2 diff --git a/test1/Jamfile.v2 b/test1/Jamfile.v2 deleted file mode 100644 index 8be191bc..00000000 --- a/test1/Jamfile.v2 +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright (c) 2004 Michael Stevens -# Use, modification and distribution are 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) - -# test1 - basic tests for dense vectors and matrices. - -exe test1 - : test1.cpp test11.cpp test12.cpp test13.cpp - ; diff --git a/test2/Jamfile.v2 b/test2/Jamfile.v2 deleted file mode 100644 index ce3f558e..00000000 --- a/test2/Jamfile.v2 +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright (c) 2004 Michael Stevens -# Use, modification and distribution are 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) - -# test2 - BLAS equivalent functions implemented with uBLAS - -exe test2 - : test2.cpp test21.cpp test22.cpp test23.cpp - ; diff --git a/test3/Jamfile.v2 b/test3/Jamfile.v2 deleted file mode 100644 index 0e45cab1..00000000 --- a/test3/Jamfile.v2 +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright (c) 2004 Michael Stevens -# Use, modification and distribution are 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) - -# test3 - basic tests for sparse vectors and matrices. - -exe test3 - : test3.cpp test31.cpp test32.cpp test33.cpp - ; diff --git a/test4/Jamfile.v2 b/test4/Jamfile.v2 deleted file mode 100644 index d9528d18..00000000 --- a/test4/Jamfile.v2 +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright (c) 2004 Michael Stevens -# Use, modification and distribution are 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) - -# test4 - basic tests for banded matrices. - -exe test4 - : test4.cpp test41.cpp test42.cpp test43.cpp -; diff --git a/test5/Jamfile.v2 b/test5/Jamfile.v2 deleted file mode 100644 index 802e2f31..00000000 --- a/test5/Jamfile.v2 +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright (c) 2004 Michael Stevens -# Use, modification and distribution are 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) - -# test5 - basic tests for triangular matrices. - -exe test5 - : test5.cpp test51.cpp test52.cpp test53.cpp - ; diff --git a/test6/Jamfile.v2 b/test6/Jamfile.v2 deleted file mode 100644 index 748ed596..00000000 --- a/test6/Jamfile.v2 +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright (c) 2004 Michael Stevens -# Use, modification and distribution are 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) - -# test6 - basic tests for symmetric matrices. - -exe test6 - : test6.cpp test61.cpp test62.cpp test63.cpp - ; diff --git a/test7/Jamfile.v2 b/test7/Jamfile.v2 deleted file mode 100644 index 8915f84f..00000000 --- a/test7/Jamfile.v2 +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright (c) 2004 Michael Stevens -# Use, modification and distribution are 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) - -# test7 - basic tests for dense vectors and matrices of boost::numeric::interval(s). - -exe test7 - : test7.cpp test71.cpp test72.cpp test73.cpp - : BOOST_UBLAS_USE_INTERVAL - ;