Remove unused test target
authorTamas Nepusz <ntamas@gmail.com>
Tue, 15 Jan 2019 14:10:32 +0000 (14:10 +0000)
committerAndreas Tille <tille@debian.org>
Tue, 15 Jan 2019 14:10:32 +0000 (14:10 +0000)
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

Makefile.am

index 5dbc9ba608589ac0ec10a1b8157bcbe4984bbc69..deba5e801da960be15e66f2e911985d06dda501e 100644 (file)
@@ -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