geometry.index test: fixed error in Jamfile related to the relocation of tests.

[SVN r84042]
This commit is contained in:
Adam Wulkiewicz
2013-04-25 03:20:10 +00:00
parent 97aea19565
commit e9605fe840

View File

@@ -11,9 +11,9 @@ import testing ;
project boost-geometry-index-test
:
requirements
<include>.
<include>../test
#<include>../../../boost/geometry/extensions/contrib/ttmath
<include>. # libs/geometry/index/test
<include>../../test # libs/geometry/test
#<include>../../../../boost/geometry/extensions/contrib/ttmath
<toolset>msvc:<asynch-exceptions>on
;