diff -r e20de85af2ee -r ce057bb09d0b stdcpp/tsrc/Boost_test/multi_index/src/test_serialization_main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/stdcpp/tsrc/Boost_test/multi_index/src/test_serialization_main.cpp Fri Jun 04 16:20:51 2010 +0100 @@ -0,0 +1,18 @@ +/* Boost.MultiIndex test for serialization. + * + * Copyright 2003-2004 Joaquín M López Muñoz. + * Distributed under the Boost Software License, Version 1.0. + * (See accompanying file LICENSE_1_0.txt or copy at + * http://www.boost.org/LICENSE_1_0.txt) + * + * See http://www.boost.org/libs/multi_index for library home page. + */ + +#include +#include "test_serialization.hpp" + +int test_main(int,char *[]) +{ + test_serialization(); + return 0; +}