[Skiboot] [PATCH 1/6] core/test: run trace test last

Oliver O'Halloran oohall at gmail.com
Mon Jun 19 16:01:33 AEST 2017


The trace test takes the longest to run and is among the least useful
of the tests. Run it last so we're not stuck waiting for it when
some other test is more interesting.

Signed-off-by: Oliver O'Halloran <oohall at gmail.com>
---
 core/test/Makefile.check | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/core/test/Makefile.check b/core/test/Makefile.check
index 355405042a7a..1467a9f6c27c 100644
--- a/core/test/Makefile.check
+++ b/core/test/Makefile.check
@@ -13,13 +13,15 @@ CORE_TEST := \
 	core/test/run-mem_region_reservations \
 	core/test/run-mem_range_is_reserved \
 	core/test/run-nvram-format \
-	core/test/run-trace core/test/run-msg \
 	core/test/run-pel \
 	core/test/run-pool \
 	core/test/run-time-utils \
 	core/test/run-timebase \
 	core/test/run-timer \
-	core/test/run-buddy
+	core/test/run-buddy \
+	core/test/run-msg \
+	core/test/run-trace
+# NB: The trace test takes forever, add new tests ABOVE run-trace
 
 HOSTCFLAGS+=-I . -I include
 
-- 
2.9.3



More information about the Skiboot mailing list