|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r58508 - trunk/libs/serialization/test
From: ramey_at_[hidden]
Date: 2009-12-23 02:23:09
Author: ramey
Date: 2009-12-23 02:23:08 EST (Wed, 23 Dec 2009)
New Revision: 58508
URL: http://svn.boost.org/trac/boost/changeset/58508
Log:
Fix plugin test/demo
Text files modified:
trunk/libs/serialization/test/Jamfile.v2 | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
Modified: trunk/libs/serialization/test/Jamfile.v2
==============================================================================
--- trunk/libs/serialization/test/Jamfile.v2 (original)
+++ trunk/libs/serialization/test/Jamfile.v2 2009-12-23 02:23:08 EST (Wed, 23 Dec 2009)
@@ -53,7 +53,6 @@
lib dll_polymorphic_derived2_lib
:
polymorphic_derived2.cpp
- polymorphic_base.cpp
../build//boost_serialization
:
<link>shared
@@ -111,10 +110,10 @@
if ! $(BOOST_ARCHIVE_LIST) {
test-suite "serialization2" :
- [ test-bsl-run test_dll_exported : polymorphic_base : dll_polymorphic_derived2_lib : <runtime-link>shared ]
-# [ test-bsl-run test_dll_plugin : : dll_base_lib dll_derived2_lib : <runtime-link>shared ]
+ [ test-bsl-run test_dll_exported : : dll_polymorphic_derived2_lib : <runtime-link>shared ]
+# [ test-bsl-run test_dll_plugin : : dll_polymorphic_derived2_lib : <runtime-link>shared ]
+ [ compile test_dll_plugin.cpp ]
[ test-bsl-run test_dll_simple : : dll_a_lib : <runtime-link>shared ]
-
[ test-bsl-run test_private_ctor ]
[ test-bsl-run test_reset_object_address : A ]
[ test-bsl-run test_void_cast ]
@@ -146,7 +145,7 @@
[ compile-fail test_check.cpp ]
# should compile with a warning message
- [ compile test_static_warning.cpp ]
+ [ test_static_warning.cpp ]
[ compile test_const_save_warn1.cpp ]
[ compile test_const_save_warn2.cpp ]
[ compile test_const_save_warn3.cpp ]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk