From: Tamas Nepusz Date: Tue, 15 Jan 2019 14:10:32 +0000 (+0000) Subject: Remove unused test target X-Git-Tag: archive/raspbian/0.8.2+ds-1+rpi1~1^2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1b98c3b27335d5e3b6499ef29662e817179462e5;p=igraph.git Remove unused test target Last-Changed: Wed, 27 Aug 2014 23:01:02 +0100 Applied-Upstream: 0.7.2, https://github.com/igraph/igraph/commit/b829d5d428 The upstream Makefile contained an unused test target that confused dh_auto_test because it took precedence over the "real" test target (which is called 'check'). Gbp-Pq: Name remove_unused_test_target.patch --- diff --git a/Makefile.am b/Makefile.am index 5dbc9ba..deba5e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,13 +54,6 @@ framework: all ln -s Versions/Current/igraph $(top_builddir)/igraph.framework/igraph cp $(top_builddir)/igraph_Info.plist $(top_builddir)/igraph.framework/Versions/Current/Resources/Info.plist -test: all - for i in interfaces/*; do \ - if [ -x $$i/test.sh ]; then \ - $$i/test.sh; \ - fi; \ - done - parsersources: cd src; make parsersources