Document location of checksums for testsuite.
modified: Makefile
This commit is contained in:
committed by
Markus F.X.J. Oberhumer
parent
ba9118aa58
commit
da7e76c07d
@@ -148,6 +148,8 @@ upx_testsuite_SRCDIR := $(top_srcdir)/../upx-testsuite
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
# run the UPX testsuite
|
# 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 $(upx_testsuite_SRCDIR)/files/packed/.),)
|
||||||
ifneq ($(wildcard $(top_srcdir)/.github/travis_testsuite_1.sh),)
|
ifneq ($(wildcard $(top_srcdir)/.github/travis_testsuite_1.sh),)
|
||||||
run-testsuite: export upx_exe := ./upx$(exeext)
|
run-testsuite: export upx_exe := ./upx$(exeext)
|
||||||
|
|||||||
Reference in New Issue
Block a user