From da7e76c07d9819c5d4af72ed5da90d2e7e37ae16 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Wed, 18 Jan 2017 07:18:49 -0800 Subject: [PATCH] Document location of checksums for testsuite. modified: Makefile --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index fb6cb74b..954a2d1b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -148,6 +148,8 @@ upx_testsuite_SRCDIR := $(top_srcdir)/../upx-testsuite endif endif # run the UPX testsuite +# The expected (old) checksums are in $(top_srcdir)/.github/travis_testsuite_1.sh +# The actual (new) checksums are in tmp-testsuite/testsuite_1/.sha256sums.recreate ifneq ($(wildcard $(upx_testsuite_SRCDIR)/files/packed/.),) ifneq ($(wildcard $(top_srcdir)/.github/travis_testsuite_1.sh),) run-testsuite: export upx_exe := ./upx$(exeext)