Improve vacpp support.
[boost.git] / boost / libs / multi_index / test / test_serialization_main.cpp
blob5dd0322b6a304f690fe863e0b09f3f6938520ed1
1 /* Boost.MultiIndex test for serialization.
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)
8 * See http://www.boost.org/libs/multi_index for library home page.
9 */
11 #include <boost/test/included/test_exec_monitor.hpp>
12 #include "test_serialization.hpp"
14 int test_main(int,char *[])
16 test_serialization();
17 return 0;