diff options
Diffstat (limited to 'atf-c++/detail/test_helpers.hpp')
| -rw-r--r-- | atf-c++/detail/test_helpers.hpp | 14 | 
1 files changed, 5 insertions, 9 deletions
| diff --git a/atf-c++/detail/test_helpers.hpp b/atf-c++/detail/test_helpers.hpp index 342a07dba9ce..f166ee218a13 100644 --- a/atf-c++/detail/test_helpers.hpp +++ b/atf-c++/detail/test_helpers.hpp @@ -1,6 +1,3 @@ -// -// Automated Testing Framework (atf) -//  // Copyright (c) 2009 The NetBSD Foundation, Inc.  // All rights reserved.  // @@ -25,12 +22,11 @@  // IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR  // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN  // IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -#if defined(TESTS_ATF_ATF_CXX_TEST_HELPERS_H) +#if defined(ATF_CXX_DETAIL_TEST_HELPERS_H)  #   error "Cannot include test_helpers.hpp more than once."  #else -#   define TESTS_ATF_ATF_CXX_TEST_HELPERS_H +#   define ATF_CXX_DETAIL_TEST_HELPERS_H  #endif  #include <cstdlib> @@ -38,9 +34,9 @@  #include <sstream>  #include <utility> -#include "../macros.hpp" -#include "../tests.hpp" -#include "process.hpp" +#include <atf-c++.hpp> + +#include <atf-c++/detail/process.hpp>  #define HEADER_TC(name, hdrname) \      ATF_TEST_CASE(name); \ | 
