mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 04:42:16 +00:00
24 lines
829 B
C++
24 lines
829 B
C++
// (C) Copyright Andy Tompkins 2009. Permission to copy, use, modify, sell and
|
|
// distribute this software is granted provided this copyright notice appears
|
|
// in all copies. This software is provided "as is" without express or implied
|
|
// warranty, and with no claim as to its suitability for any purpose.
|
|
|
|
// 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)
|
|
|
|
// libs/uuid/test/test_include1.cpp -------------------------------//
|
|
|
|
#include <boost/test/included/test_exec_monitor.hpp>
|
|
//#include <boost/test/test_tools.hpp>
|
|
|
|
#include <boost/uuid/uuid.hpp>
|
|
#include <boost/uuid/uuid_io.hpp>
|
|
#include <boost/uuid/uuid_generators.hpp>
|
|
#include <boost/uuid/uuid_serialize.hpp>
|
|
|
|
int test_main(int, char*[])
|
|
{
|
|
return 0;
|
|
}
|