Move long runnign test to the end of the tests

This commit is contained in:
Nils O. Selåsdal
2013-09-15 00:00:39 +02:00
parent 9e919c1cde
commit 499517c2dd
+3 -3
View File
@@ -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