From 5856bff480d27bfe926324cc8e7c625c23c05735 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 26 Jun 2016 20:28:05 +0100 Subject: [PATCH] Move all hash tests into a single directory. --- test/Jamfile.v2 | 1 + test/{extra => }/check_float_funcs.cpp | 0 test/extra/Jamfile.v2 | 13 ------------- 3 files changed, 1 insertion(+), 13 deletions(-) rename test/{extra => }/check_float_funcs.cpp (100%) delete mode 100644 test/extra/Jamfile.v2 diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 2767bf3..96f2839 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -19,6 +19,7 @@ project hash-tests test-suite functional/hash : + [ compile check_float_funcs.cpp ] [ run hash_fwd_test_1.cpp ] [ run hash_fwd_test_2.cpp ] [ run hash_number_test.cpp ] diff --git a/test/extra/check_float_funcs.cpp b/test/check_float_funcs.cpp similarity index 100% rename from test/extra/check_float_funcs.cpp rename to test/check_float_funcs.cpp diff --git a/test/extra/Jamfile.v2 b/test/extra/Jamfile.v2 deleted file mode 100644 index 243c1b1..0000000 --- a/test/extra/Jamfile.v2 +++ /dev/null @@ -1,13 +0,0 @@ - -# Copyright 2012 Daniel James. -# 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 ; - -build-project .. ; - -test-suite functional/hash/config - : - [ compile check_float_funcs.cpp ] - ; \ No newline at end of file