1//////////////////////////////////////////////////////////////////////////////
2//
3// (C) Copyright Ion Gaztanaga 2004-2012. Distributed under the Boost
4// Software License, Version 1.0. (See accompanying file
5// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6//
7// See http://www.boost.org/libs/interprocess for documentation.
8//
9//////////////////////////////////////////////////////////////////////////////
10
11#include <boost/interprocess/sync/interprocess_semaphore.hpp>
12#include "semaphore_test_template.hpp"
13
14int main()
15{
16 using namespace boost::interprocess;
17 return test::test_all_semaphore<interprocess_semaphore>();
18}
19

source code of boost/libs/interprocess/test/semaphore_test.cpp