]> git.llucax.com Git - software/posixx.git/blob - test/test_suite.cpp
Add Boost License
[software/posixx.git] / test / test_suite.cpp
1 // Copyright Leandro Lucarella 2008 - 2010.
2 // Distributed under the Boost Software License, Version 1.0.
3 // (See accompanying file COPYING or copy at
4 // http://www.boost.org/LICENSE_1_0.txt)
5
6
7
8 #define BOOST_TEST_MAIN
9 #define BOOST_TEST_DYN_LINK
10 #define BOOST_TEST_MODULE posixx
11 #include <boost/test/unit_test.hpp>
12