summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/multi_index/test/test_safe_mode_main.cpp
blob: 4bb892c6c6a707bb6a97c94a81ce2f6fb696cc2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Boost.MultiIndex test for safe mode.
 *
 * Copyright 2003-2013 Joaquin M Lopez Munoz.
 * 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 <boost/detail/lightweight_test.hpp>
#include "test_safe_mode.hpp"

int main()
{
  test_safe_mode();
  return boost::report_errors();
}