From 499517c2dd69450b15842b35c03472096689c684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Sun, 15 Sep 2013 00:00:39 +0200 Subject: [PATCH] Move long runnign test to the end of the tests --- test/test_runner.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_runner.c b/test/test_runner.c index 3c38f59..73cf4c1 100644 --- a/test/test_runner.c +++ b/test/test_runner.c @@ -33,9 +33,7 @@ static suite_func suites[] = { read_file_suite, pack_suite, logging_suite, - threadqueue_suite, buffer_suite, - clock_suite, seq_suite, sat_math_suite, timers_suite, @@ -43,7 +41,9 @@ static suite_func suites[] = { human_bytesz_suite, dbuf_suite, sprintb_suite, - strv_suite + strv_suite, + clock_suite, + threadqueue_suite }; int