Skip to content

Commit

Permalink
Merge pull request #307 from Mic92/coverage
Browse files Browse the repository at this point in the history
increase test coverage
  • Loading branch information
Mic92 authored Aug 28, 2021
2 parents c388c5d + 51ecac1 commit 07dfd67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ src_TESTS = \
endianness.sh \
contiguous-note-sections.sh \
no-gnu-hash.sh \
no-dynamic-section.sh
no-dynamic-section.sh \
basic-flags.sh

build_TESTS = \
$(no_rpath_arch_TESTS)
Expand Down
6 changes: 6 additions & 0 deletions tests/basic-flags.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 07dfd67

Please sign in to comment.