From 7bdb2122d4b2dff910c0b6faf658af8587b0da82 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 29 Jun 2014 17:47:30 +0100 Subject: [PATCH] Remove dead file. --- test/auto-link-test/Jamfile | 81 ------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 test/auto-link-test/Jamfile diff --git a/test/auto-link-test/Jamfile b/test/auto-link-test/Jamfile deleted file mode 100644 index dab1b0ed..00000000 --- a/test/auto-link-test/Jamfile +++ /dev/null @@ -1,81 +0,0 @@ -# copyright John Maddock 2003 -# 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. - -# -# This Jamfile tests the ability of some Windows compilers -# to automatically link to the right lib file, -# it is not generally applicable. -# - -R_SOURCE = -basic_tests.cpp -main.cpp -test_alt.cpp -test_anchors.cpp -test_asserts.cpp -test_backrefs.cpp -test_deprecated.cpp -test_emacs.cpp -test_escapes.cpp -test_grep.cpp -test_locale.cpp -test_mfc.cpp -test_non_greedy_repeats.cpp -test_perl_ex.cpp -test_replace.cpp -test_sets.cpp -test_simple_repeats.cpp -test_tricky_cases.cpp -test_icu.cpp -test_unicode.cpp -test_overloads.cpp -test_operators.cpp -; - - -subproject libs/regex/test/auto-link-test ; - -# bring in the rules for testing -import testing ; - -run - # sources -