00001 /* 00002 Copyright Rene Rivera 2011-2012 00003 Distributed under the Boost Software License, Version 1.0. 00004 (See accompanying file LICENSE_1_0.txt or copy at 00005 http://www.boost.org/LICENSE_1_0.txt) 00006 */ 00007 00008 #ifndef BOOST_PREDEF_DETAIL_TEST_H 00009 #define BOOST_PREDEF_DETAIL_TEST_H 00010 00011 #if !defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS) 00012 00013 #define BOOST_PREDEF_DECLARE_TEST(x,s) 00014 00015 #endif 00016 00017 #endif