Author: Tamas Nepusz <ntamas@gmail.com>
Last-Changed: Wed, 27 Aug 2014 23:01:02 +0100
Description: Remove unused test target
 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').
Applied-Upstream: 0.7.2, https://github.com/igraph/igraph/commit/b829d5d428


--- a/Makefile.am
+++ b/Makefile.am
@@ -54,13 +54,6 @@
 	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
 
