From 42337410fca2aa5c57bb400a7c6ee549d6f7473d Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 13 Nov 2003 12:46:27 +0000 Subject: [PATCH] Added tests for Windows compiler auto-linking [SVN r20804] --- test/auto-link-test/Jamfile | 94 +++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 test/auto-link-test/Jamfile diff --git a/test/auto-link-test/Jamfile b/test/auto-link-test/Jamfile new file mode 100644 index 00000000..ffca9f4f --- /dev/null +++ b/test/auto-link-test/Jamfile @@ -0,0 +1,94 @@ +# copyright John Maddock 2003 + +# +# This Jamfile tests the ability of some Windows compilers +# to automatically link to the right lib file, +# it is not generally applicable. +# + +subproject libs/regex/test/auto-link-test ; + +# bring in the rules for testing +import testing ; + +run + # sources +