From 4d52b465bd730f517f0d34683513f2bcd3ed467c Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 25 Nov 2013 16:14:23 +0000 Subject: [PATCH] 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 --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) 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 \ -- GitLab