mirror of
https://github.com/boostorg/filesystem.git
synced 2026-02-26 04:32:25 +00:00
change lib name to boost_filesystem
[SVN r17959]
This commit is contained in:
10
test/Jamfile
10
test/Jamfile
@@ -15,19 +15,19 @@ DEPENDS all : test ;
|
||||
|
||||
test-suite "filesystem"
|
||||
: [ run libs/filesystem/test/path_test.cpp
|
||||
<lib>../../../libs/filesystem/build/fs
|
||||
<lib>../../../libs/filesystem/build/boost_filesystem
|
||||
]
|
||||
[ run libs/filesystem/test/operations_test.cpp
|
||||
<lib>../../../libs/filesystem/build/fs
|
||||
<lib>../../../libs/filesystem/build/boost_filesystem
|
||||
]
|
||||
[ run libs/filesystem/test/fstream_test.cpp
|
||||
<lib>../../../libs/filesystem/build/fs
|
||||
<lib>../../../libs/filesystem/build/boost_filesystem
|
||||
]
|
||||
[ run libs/filesystem/test/convenience_test.cpp
|
||||
<lib>../../../libs/filesystem/build/fs
|
||||
<lib>../../../libs/filesystem/build/boost_filesystem
|
||||
]
|
||||
# [ run libs/filesystem/test/recursive_dir_itr_test.cpp
|
||||
# <lib>../../../libs/filesystem/build/fs
|
||||
# <lib>../../../libs/filesystem/build/boost_filesystem
|
||||
# ]
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user