From d06c4cd2cae3e3c9c69970394c8f6e7a31673e3e Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Thu, 31 Mar 2016 10:13:49 +0200 Subject: [PATCH] Fix comments in tests/test-diff-pkg.cc * tests/test-diff-pkg.cc: Fix the wording of the introductory comments. Signed-off-by: Dodji Seketeli --- tests/test-diff-pkg.cc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/test-diff-pkg.cc b/tests/test-diff-pkg.cc index 34b3b5be..c47c5cc1 100644 --- a/tests/test-diff-pkg.cc +++ b/tests/test-diff-pkg.cc @@ -22,12 +22,14 @@ /// @file /// -/// This test harness program fetch ABI diff between ELF binaries present inside -/// input packages with optional debuginfo packages. -/// Resulting ABI diff report is compared with reference one. +/// This test harness program computes the ABI changes between ELF +/// binaries present inside input packages. Some of the input +/// packages have debuginfo, some don't. The resulting ABI change +/// report is then compared with a reference one. /// /// The set of input files and reference reports to consider should be -/// present in the source distribution. +/// present in the source distribution, which means they must be +/// referenced in tests/data/Makefile.am by the EXTRA_DIST variable. // For package configuration macros. #include "config.h"