Move long runnign test to the end of the tests
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user