From 3e40ee67e45d41f30a3cb3e9c6cacb4f14bebc75 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 12 May 2016 12:07:56 -0400 Subject: [PATCH] Drop installcheck target MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The installcheck target is supposed to be used to run tests on the installed files, however our current implementation runs the exact same tests in the build directory as the check target, which makes it useless. Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- tests/Makefile.am | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 017163f51..c7d4cd03a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,22 +5,6 @@ if BUILD_TESTS SUBDIRS += utils regression unit stress destructive endif -installcheck-am: -if BUILD_TESTS -if HAS_PGREP - ./utils/warn_lttng_processes.sh $(PGREP) -endif - ./run.sh unit_tests - ./run.sh fast_regression -if PYTHON_BINDING - ./run.sh with_bindings_regression -endif -else - @echo "=========================================" - @echo "WARNING: Tests were disabled at configure" - @echo "=========================================" -endif - check-am: if BUILD_TESTS if HAS_PGREP -- 2.34.1