summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/poly_collection/test/test_insertion_main.cpp
blob: 999158fd0bbf0728c7f7051a38bdc6f6575e25b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright 2016 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/poly_collection for library home page.
 */

#include <boost/core/lightweight_test.hpp>
#include "test_insertion.hpp"

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