mirror of
https://github.com/boostorg/functional.git
synced 2025-08-01 05:24:31 +02:00
Move functional tests into canonical test subdir structure.
[SVN r44383]
This commit is contained in:
@@ -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
9
test/Jamfile.v2
Normal 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 ]
|
||||
;
|
Reference in New Issue
Block a user