Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52894 - branches/release/libs/serialization/test
From: dgregor_at_[hidden]
Date: 2009-05-10 23:29:54


Author: dgregor
Date: 2009-05-10 23:29:54 EDT (Sun, 10 May 2009)
New Revision: 52894
URL: http://svn.boost.org/trac/boost/changeset/52894

Log:
Fix serialization tests with CMake
Text files modified:
   branches/release/libs/serialization/test/CMakeLists.txt | 5 ++++-
   1 files changed, 4 insertions(+), 1 deletions(-)

Modified: branches/release/libs/serialization/test/CMakeLists.txt
==============================================================================
--- branches/release/libs/serialization/test/CMakeLists.txt (original)
+++ branches/release/libs/serialization/test/CMakeLists.txt 2009-05-10 23:29:54 EDT (Sun, 10 May 2009)
@@ -102,8 +102,11 @@
 serialization_test_allarchives(test_derived_class_ptr test_derived_class_ptr.cpp A.cpp)
 serialization_test_allarchives(test_diamond)
 serialization_test_allarchives(test_exported)
-serialization_test_allarchives(test_class_info_load)
+# The order of the save/load tests is important, because the "save"
+# tests save data that is later loaded by the "load" test. CTest will
+# always run tests in the order given in this file.
 serialization_test_allarchives(test_class_info_save)
+serialization_test_allarchives(test_class_info_load)
 serialization_test_allarchives(test_object)
 serialization_test_allarchives(test_primitive)
 serialization_test_allarchives(test_list test_list.cpp A.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