We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c388c5d + 51ecac1 commit 07dfd67Copy full SHA for 07dfd67
tests/Makefile.am
@@ -35,7 +35,8 @@ src_TESTS = \
35
endianness.sh \
36
contiguous-note-sections.sh \
37
no-gnu-hash.sh \
38
- no-dynamic-section.sh
+ no-dynamic-section.sh \
39
+ basic-flags.sh
40
41
build_TESTS = \
42
$(no_rpath_arch_TESTS)
tests/basic-flags.sh
@@ -0,0 +1,6 @@
1
+#! /bin/sh -e
2
+
3
+set -x
4
+../src/patchelf --version | grep -q patchelf
5
+../src/patchelf --help 2>&1 | grep -q patchelf
6
+../src/patchelf 2>&1 | grep -q patchelf
0 commit comments