xref: /third_party/libabigail/tests/test-elf-helpers.cc
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libabigail/tests/
1e01aa904Sopenharmony_ci// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2e01aa904Sopenharmony_ci// -*- Mode: C++ -*-
3e01aa904Sopenharmony_ci//
4e01aa904Sopenharmony_ci// Copyright (C) 2020-2022 Google, Inc.
5e01aa904Sopenharmony_ci//
6e01aa904Sopenharmony_ci// Author: Matthias Maennich
7e01aa904Sopenharmony_ci
8e01aa904Sopenharmony_ci/// @file
9e01aa904Sopenharmony_ci///
10e01aa904Sopenharmony_ci/// This program tests libabigail's ELF helpers.
11e01aa904Sopenharmony_ci
12e01aa904Sopenharmony_ci#include "lib/catch.hpp"
13e01aa904Sopenharmony_ci
14e01aa904Sopenharmony_ci#include "abg-elf-helpers.h"
15e01aa904Sopenharmony_ci
16

Indexes created Thu Nov 07 10:32:03 CST 2024