From 4fb1cb626341ceaacd79e80d524ebc059278c9e0 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Wed, 2 Sep 2015 15:33:27 +0200 Subject: [PATCH] Re-arrange some regression tests order runtestreaddwarf and runtestcanonicalizetypes.sh are now the tests which takes the most time. Run them at the beginning. * tests/Makefile.am: Run runtestreaddwarf and runtestcanonicalizetypes at the beginning. Signed-off-by: Dodji Seketeli --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index d022bcab..aceb276b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,6 +15,8 @@ AM_CXXFLAGS = "-std=gnu++11" endif TESTS= \ +runtestreaddwarf \ +runtestcanonicalizetypes.sh \ runtestreadwrite \ $(ZIP_ARCHIVE_TESTS) \ runtestreaddwarf \ @@ -23,7 +25,6 @@ runtestaltdwarf \ runtestcorediff \ runtestabidiff \ runtestdiffdwarf \ -runtestcanonicalizetypes.sh \ runtestdifffilter \ runtestdiffsuppr \ runtestabicompat \ -- 2.43.5