Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/boost/test/auto_unit_test.hpp @ 35

Last change on this file since 35 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 953 bytes
Line 
1//  (C) Copyright Gennadiy Rozental 2001-2005.
2//  Distributed under the Boost Software License, Version 1.0.
3//  (See accompanying file LICENSE_1_0.txt or copy at
4//  http://www.boost.org/LICENSE_1_0.txt)
5
6//  See http://www.boost.org/libs/test for the library home page.
7//
8//  File        : $RCSfile: auto_unit_test.hpp,v $
9//
10//  Version     : $Revision: 1.18 $
11//
12//  Description : deprecated
13// ***************************************************************************
14
15#ifndef BOOST_TEST_AUTO_UNIT_TEST_HPP_071894GER
16#define BOOST_TEST_AUTO_UNIT_TEST_HPP_071894GER
17
18#include <boost/test/unit_test.hpp>
19
20// ***************************************************************************
21//  Revision History :
22// 
23//  $Log: auto_unit_test.hpp,v $
24//  Revision 1.18  2005/12/14 05:03:11  rogeeff
25//  depreicated
26//
27//
28// ***************************************************************************
29
30#endif // BOOST_TEST_AUTO_UNIT_TEST_HPP_071894GER
Note: See TracBrowser for help on using the repository browser.