blob: 46d9b78510bf797ec8943ccc25d86ee1dc5983e7 [file] [log] [blame]
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// -*- Mode: C++ -*-
//
// Copyright (C) 2013-2020 Red Hat, Inc.
#ifndef __TEST_UTILS_H__
#define __TEST_UTILS_H__
#include "config.h"
#include <string>
namespace abigail
{
namespace tests
{
const char* get_src_dir();
const char* get_build_dir();
}//end namespace tests
}//end namespace abigail
#endif //__TEST_UTILS_H__