sanity.hpp revision 240116
1239709Srwatson//
2239709Srwatson// Automated Testing Framework (atf)
3239709Srwatson//
4239709Srwatson// Copyright (c) 2007 The NetBSD Foundation, Inc.
5239709Srwatson// All rights reserved.
6239709Srwatson//
7239709Srwatson// Redistribution and use in source and binary forms, with or without
8239709Srwatson// modification, are permitted provided that the following conditions
9239709Srwatson// are met:
10239709Srwatson// 1. Redistributions of source code must retain the above copyright
11239709Srwatson//    notice, this list of conditions and the following disclaimer.
12239709Srwatson// 2. Redistributions in binary form must reproduce the above copyright
13239709Srwatson//    notice, this list of conditions and the following disclaimer in the
14239709Srwatson//    documentation and/or other materials provided with the distribution.
15239709Srwatson//
16239709Srwatson// THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
17239709Srwatson// CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
18239709Srwatson// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
19239709Srwatson// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20239709Srwatson// IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
21239709Srwatson// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22239709Srwatson// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
23239709Srwatson// GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24239709Srwatson// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
25239709Srwatson// IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
26239709Srwatson// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
27239709Srwatson// IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28239709Srwatson//
29239709Srwatson
30239709Srwatson#if !defined(_ATF_CXX_SANITY_HPP_)
31239709Srwatson#define _ATF_CXX_SANITY_HPP_
32239709Srwatson
33239709Srwatsonextern "C" {
34239709Srwatson#include "../../atf-c/detail/sanity.h"
35239709Srwatson}
36239709Srwatson
37239709Srwatson#endif // !defined(_ATF_CXX_SANITY_HPP_)
38239709Srwatson