Skip to content

Commit 07dfd67

Browse files
authored
Merge pull request #307 from Mic92/coverage
increase test coverage
2 parents c388c5d + 51ecac1 commit 07dfd67

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: tests/Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ src_TESTS = \
3535
endianness.sh \
3636
contiguous-note-sections.sh \
3737
no-gnu-hash.sh \
38-
no-dynamic-section.sh
38+
no-dynamic-section.sh \
39+
basic-flags.sh
3940

4041
build_TESTS = \
4142
$(no_rpath_arch_TESTS)

Diff for: tests/basic-flags.sh

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)