From 6acb168a5d577243afbefb22eb015543e1692a46 Mon Sep 17 00:00:00 2001 From: Maximilien Colange Date: Sat, 21 Jan 2017 13:06:28 +0100 Subject: [PATCH] Do not specify tests extensions as we use a unique runner. * tests/Makefile.am: Remove TEST_EXTENSIONS + typos. --- tests/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index c27cbbc36..b8cf1f2ea 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,11 +26,9 @@ AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) $(BUDDY_CPPFLAGS) AM_CXXFLAGS = $(WARNING_CXXFLAGS) LDADD = $(top_builddir)/spot/libspot.la -TEST_EXTENTIONS = .test .py .ipynb .pl - +# Explicitely set it to avoid default value ".test" +TEST_EXTENSIONS = LOG_COMPILER = ./run -TEST_LOG_COMPILER = ./run -LOG_DRIVER = $(TEST_LOG_DRIVER) # ensure run is rebuilt before the tests are run. check_SCRIPTS = run @@ -382,9 +380,7 @@ check_SCRIPTS += ltsmin/defs ltsmin/defs: $(top_builddir)/config.status $(srcdir)/core/defs.in $(top_builddir)/config.status --file ltsmin/defs:core/defs.in -endif -if USE_LTSMIN TESTS_ltsmin = \ ltsmin/check.test \ ltsmin/check2.test \