libabigail/tests/test-utils.h

23 lines
385 B
C++

// 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__