1 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 2 // -*- Mode: C++ -*- 3 // 4 // Copyright (C) 2020 Google, Inc. 5 // 6 // Author: Matthias Maennich 7 8 /// @file 9 /// 10 /// This program tests libabigail's ELF helpers. 11 12 #include "lib/catch.hpp" 13 14 #include "abg-elf-helpers.h" 15 16