mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-20 13:03:57 +08:00
@@ -35,7 +35,8 @@ src_TESTS = \
|
|||||||
endianness.sh \
|
endianness.sh \
|
||||||
contiguous-note-sections.sh \
|
contiguous-note-sections.sh \
|
||||||
no-gnu-hash.sh \
|
no-gnu-hash.sh \
|
||||||
no-dynamic-section.sh
|
no-dynamic-section.sh \
|
||||||
|
basic-flags.sh
|
||||||
|
|
||||||
build_TESTS = \
|
build_TESTS = \
|
||||||
$(no_rpath_arch_TESTS)
|
$(no_rpath_arch_TESTS)
|
||||||
|
6
tests/basic-flags.sh
Executable file
6
tests/basic-flags.sh
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#! /bin/sh -e
|
||||||
|
|
||||||
|
set -x
|
||||||
|
../src/patchelf --version | grep -q patchelf
|
||||||
|
../src/patchelf --help 2>&1 | grep -q patchelf
|
||||||
|
../src/patchelf 2>&1 | grep -q patchelf
|
Reference in New Issue
Block a user