Signed-off-by: Mark Wielaard <[email protected]> --- tests/ChangeLog | 4 ++++ tests/Makefile.am | 1 + 2 files changed, 5 insertions(+)
diff --git a/tests/ChangeLog b/tests/ChangeLog index bc5c64f..2c3ba87 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2014-12-18 Mark Wielaard <[email protected]> + + * Makefile.am (EXTRA_DIST): Add testfile-macros-0xff.bz2. + 2014-12-12 Mark Wielaard <[email protected]> * Makefile.am (deleted_lib_so_CFLAGS): Add diff --git a/tests/Makefile.am b/tests/Makefile.am index e27130b..303f783 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -189,6 +189,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile45.S.bz2 testfile45.expect.bz2 run-disasm-x86-64.sh \ testfile46.bz2 testfile47.bz2 testfile48.bz2 testfile48.debug.bz2 \ testfile49.bz2 testfile50.bz2 testfile51.bz2 \ + testfile-macros-0xff.bz2 \ run-readelf-macro.sh testfilemacro.bz2 \ run-readelf-loc.sh testfileloc.bz2 \ run-readelf-aranges.sh run-readelf-line.sh testfilefoobarbaz.bz2 \ -- 1.8.3.1
