sort tests by alpha order

Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
This commit is contained in:
Maxim Zhukov 2020-08-10 21:40:21 +03:00
parent a740f15c17
commit 966f9cc20a
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 \