From 13131aa89274dd8826372da90741d487780240cc Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 15 Feb 2013 08:56:29 +0000 Subject: [PATCH] Replace 'make check' by 'make installcheck' --- doc/salome/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/salome/examples/Makefile.am b/doc/salome/examples/Makefile.am index fe7f58414..65800968a 100644 --- a/doc/salome/examples/Makefile.am +++ b/doc/salome/examples/Makefile.am @@ -174,7 +174,7 @@ pyexamples_SCRIPTS = $(BAD_TESTS) $(GOOD_TESTS) EXTRA_DIST += $(pyexamples_SCRIPTS) testme.py -check-local: +installcheck-local: @for f in $(GOOD_TESTS) ; do \ python $(top_srcdir)/doc/salome/examples/testme.py $(top_srcdir)/doc/salome/examples/$$f || exit 1; \ done -- 2.39.2