]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Remove obsolete 'tests' makefile target
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 25 Nov 2013 16:14:23 +0000 (16:14 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 25 Nov 2013 16:28:55 +0000 (16:28 +0000)
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 <berrange@redhat.com>
Makefile.am

index 957aa9f2969a65cc05c7c6053fde2a5f0ba7811f..d7ddd9d4ad7ccbf40cd80dff977a1cc29ba7d0a0 100644 (file)
@@ -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 \