Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/filesystem/test/Jamfile.v2 @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 692 bytes
Line 
1# Boost Filesystem Library test Jamfile
2
3#  (C) Copyright Beman Dawes 2002. Permission to copy, use, modify, sell and
4#  distribute this software is granted provided this copyright notice appears in
5#  all copies. This software is provided "as is" without express or implied
6#  warranty, and with no claim as to its suitability for any purpose.
7
8project
9    : requirements <library>/boost/filesystem//boost_filesystem
10    ;
11
12   test-suite "filesystem"
13       : [ run path_test.cpp ]
14         [ run default_name_check_test.cpp ]
15         [ run operations_test.cpp ]
16         [ run fstream_test.cpp ]
17         [ run convenience_test.cpp ]
18         [ run large_file_support_test.cpp ]
19       ;
Note: See TracBrowser for help on using the repository browser.