Skip to content

Commit fe78964

Browse files
authored
Merge pull request #443 from heirecka/also-pass-strip-to-tests
Also pass STRIP to the tests
2 parents eab1466 + d9ff398 commit fe78964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ TESTS = $(src_TESTS) $(build_TESTS)
5252

5353
EXTRA_DIST = no-rpath-prebuild $(src_TESTS) no-rpath-prebuild.sh invalid-elf endianness empty-note
5454

55-
TESTS_ENVIRONMENT = PATCHELF_DEBUG=1 OBJDUMP=$(OBJDUMP) READELF=$(READELF) OBJCOPY=$(OBJCOPY)
55+
TESTS_ENVIRONMENT = PATCHELF_DEBUG=1 STRIP=$(STRIP) OBJDUMP=$(OBJDUMP) READELF=$(READELF) OBJCOPY=$(OBJCOPY)
5656

5757
$(no_rpath_arch_TESTS): no-rpath-prebuild.sh
5858
@ln -s $< $@

0 commit comments

Comments
 (0)