[Skiboot] [RFC PATCH 01/10] core/test: run trace test last

Oliver O'Halloran oohall at gmail.com
Wed Dec 21 16:35:35 AEDT 2016


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 d3dd2600a230..cea72a94a297 100644
--- a/core/test/Makefile.check
+++ b/core/test/Makefile.check
@@ -11,12 +11,14 @@ CORE_TEST := core/test/run-device \
 	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-timer \
+	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.7.4



More information about the Skiboot mailing list