stdcpp/tsrc/Boost_test/multi_index/src/test_serialization_main.cpp
changeset 31 ce057bb09d0b
parent 0 e4d67989cc36
equal deleted inserted replaced
30:e20de85af2ee 31:ce057bb09d0b
       
     1 /* Boost.MultiIndex test for serialization.
       
     2  *
       
     3  * Copyright 2003-2004 Joaquín M López Muñoz.
       
     4  * Distributed under the Boost Software License, Version 1.0.
       
     5  * (See accompanying file LICENSE_1_0.txt or copy at
       
     6  * http://www.boost.org/LICENSE_1_0.txt)
       
     7  *
       
     8  * See http://www.boost.org/libs/multi_index for library home page.
       
     9  */
       
    10 
       
    11 #include <boost/test/included/test_exec_monitor.hpp>
       
    12 #include "test_serialization.hpp"
       
    13 
       
    14 int test_main(int,char *[])
       
    15 {
       
    16   test_serialization();
       
    17   return 0;
       
    18 }