From: Daniel P. Berrange Date: Mon, 25 Nov 2013 16:14:23 +0000 (+0000) Subject: Remove obsolete 'tests' makefile target X-Git-Tag: v1.2.0-rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d52b465bd730f517f0d34683513f2bcd3ed467c;p=thirdparty%2Flibvirt.git Remove obsolete 'tests' makefile target The 'docs/examples' code was long ago removed and now the python code was gone too, the custom 'tests' makefile target serves no purpose Signed-off-by: Daniel P. Berrange --- diff --git a/Makefile.am b/Makefile.am index 957aa9f296..d7ddd9d4ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,9 +71,6 @@ rpm: clean check-local: all tests -tests: - @(cd docs/examples ; $(MAKE) MAKEFLAGS+=--silent tests) - cov: clean-cov mkdir $(top_builddir)/coverage $(LCOV) -c -o $(top_builddir)/coverage/libvirt.info.tmp \