Skip to content

Commit

Permalink
test Extra tidying for make distcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissie-c committed Mar 20, 2018
1 parent 7b77f97 commit 24c91a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ install-exec-hook: qblog_script.ld
sed -i -- "s/libqb.so.<digit>/$${so_ver}/" \
"$(DESTDIR)$(libdir)/libqb.so-t" "$(DESTDIR)$(pkgconfigexecdir)/libqb.pc"
mv -f "$(DESTDIR)$(libdir)/libqb.so-t" "$(DESTDIR)$(libdir)/libqb.so"
rm -f "$(DESTDIR)$(pkgconfigexecdir)/libqb.pc--"
rm -f "$(DESTDIR)$(libdir)/libqb.so-t--"
endif

if HAVE_SPLINT
Expand Down
3 changes: 3 additions & 0 deletions tests/resources.test
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ if [ $? -eq 0 ]; then
echo "test program frozen"
RETURN=1
fi

# Keep it tidy - distcheck checks we have not left a mess
rm -f ipc-test-name
rm -f crash_test_dummy.core
exit $RETURN

0 comments on commit 24c91a4

Please sign in to comment.