From 966f9cc20a45e68e150e26adc6fa84b4a7844767 Mon Sep 17 00:00:00 2001 From: Maxim Zhukov Date: Mon, 10 Aug 2020 21:40:21 +0300 Subject: [PATCH] sort tests by alpha order Signed-off-by: Maxim Zhukov --- CMakeLists.txt | 4 ++-- test/suites/api/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02b9785..adc0358 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -508,14 +508,14 @@ if (NOT JANSSON_WITHOUT_TESTS) set(api_tests test_array - test_copy test_chaos + test_copy test_dump test_dump_callback test_equal test_load - test_loadb test_load_callback + test_loadb test_number test_object test_pack diff --git a/test/suites/api/Makefile.am b/test/suites/api/Makefile.am index e109e56..497a69d 100644 --- a/test/suites/api/Makefile.am +++ b/test/suites/api/Makefile.am @@ -8,8 +8,8 @@ check_PROGRAMS = \ test_dump_callback \ test_equal \ test_load \ - test_loadb \ test_load_callback \ + test_loadb \ test_memory_funcs \ test_number \ test_object \