Last change
on this file since 33 was
29,
checked in by landauf, 16 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
1.1 KB
|
Line | |
---|
1 | # Boost.SmartPtr Library test Jamfile |
---|
2 | # |
---|
3 | # Copyright (c) 2003-2005 Peter Dimov |
---|
4 | # Copyright (c) 2003 Dave Abrahams |
---|
5 | # |
---|
6 | # Distributed under the Boost Software License, Version 1.0. (See |
---|
7 | # accompanying file LICENSE_1_0.txt or copy at |
---|
8 | # http://www.boost.org/LICENSE_1_0.txt) |
---|
9 | |
---|
10 | # bring in rules for testing |
---|
11 | import testing ; |
---|
12 | |
---|
13 | { |
---|
14 | test-suite "smart_ptr" |
---|
15 | : [ run smart_ptr_test.cpp ] |
---|
16 | [ run shared_ptr_basic_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-non-virtual-dtor ] |
---|
17 | [ run shared_ptr_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-non-virtual-dtor ] |
---|
18 | [ run weak_ptr_test.cpp ] |
---|
19 | [ run shared_from_this_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-non-virtual-dtor ] |
---|
20 | [ run get_deleter_test.cpp ] |
---|
21 | [ run intrusive_ptr_test.cpp ] |
---|
22 | [ run atomic_count_test.cpp ] |
---|
23 | [ run lw_mutex_test.cpp ] |
---|
24 | [ compile-fail shared_ptr_assign_fail.cpp ] |
---|
25 | [ compile-fail shared_ptr_delete_fail.cpp ] |
---|
26 | [ run shared_ptr_alloc2_test.cpp ] |
---|
27 | [ run pointer_cast_test.cpp ] |
---|
28 | [ compile pointer_to_other_test.cpp ] |
---|
29 | [ run auto_ptr_rv_test.cpp ] |
---|
30 | ; |
---|
31 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.