Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58512 - trunk/libs/serialization/test
From: juergen.hunold_at_[hidden]
Date: 2009-12-23 08:35:27


Author: jhunold
Date: 2009-12-23 08:35:25 EST (Wed, 23 Dec 2009)
New Revision: 58512
URL: http://svn.boost.org/trac/boost/changeset/58512

Log:
Fix tests by re-adding missing "compile" rule.

Text files modified:
   trunk/libs/serialization/test/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/serialization/test/Jamfile.v2
==============================================================================
--- trunk/libs/serialization/test/Jamfile.v2 (original)
+++ trunk/libs/serialization/test/Jamfile.v2 2009-12-23 08:35:25 EST (Wed, 23 Dec 2009)
@@ -145,7 +145,7 @@
         [ compile-fail test_check.cpp ]
 
         # should compile with a warning message
- [ test_static_warning.cpp ]
+ [ compile 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