diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 4cc9485..8cf892e 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -31,5 +31,6 @@ project [ run path_unit_test.cpp : : : static : path_unit_test_static ] [ run ../example/simple_ls.cpp ] [ run ../example/file_status.cpp ] - + [ run /boost/tools/inspect//inspect/release + : : : /boost/filesystem//boost_filesystem : filesystem_inspect ] ;