Move functional tests into canonical test subdir structure.

[SVN r44383]
This commit is contained in:
Rene Rivera
2008-04-13 22:47:01 +00:00
parent 509a1a8834
commit ad8e8b1087
3 changed files with 10 additions and 1 deletions

View File

@@ -161,7 +161,7 @@ std::for_each(c.begin(), c.end(),
<h3>Compiler Compatibility</h3>
<p>The header and <a href="function_test.cpp">test program</a> have been
<p>The header and <a href="test/function_test.cpp">test program</a> have been
compiled with the following compilers:</p>
<table border="1" cellpadding="5" summary="">

9
test/Jamfile.v2 Normal file
View File

@@ -0,0 +1,9 @@
#~ Copyright Rene Rivera 2008
#~ 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 ;
test-suite functional :
[ run function_test.cpp ]
;