sort tests by alpha order
Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
This commit is contained in:
parent
a740f15c17
commit
966f9cc20a
@ -508,14 +508,14 @@ if (NOT JANSSON_WITHOUT_TESTS)
|
|||||||
|
|
||||||
set(api_tests
|
set(api_tests
|
||||||
test_array
|
test_array
|
||||||
test_copy
|
|
||||||
test_chaos
|
test_chaos
|
||||||
|
test_copy
|
||||||
test_dump
|
test_dump
|
||||||
test_dump_callback
|
test_dump_callback
|
||||||
test_equal
|
test_equal
|
||||||
test_load
|
test_load
|
||||||
test_loadb
|
|
||||||
test_load_callback
|
test_load_callback
|
||||||
|
test_loadb
|
||||||
test_number
|
test_number
|
||||||
test_object
|
test_object
|
||||||
test_pack
|
test_pack
|
||||||
|
@ -8,8 +8,8 @@ check_PROGRAMS = \
|
|||||||
test_dump_callback \
|
test_dump_callback \
|
||||||
test_equal \
|
test_equal \
|
||||||
test_load \
|
test_load \
|
||||||
test_loadb \
|
|
||||||
test_load_callback \
|
test_load_callback \
|
||||||
|
test_loadb \
|
||||||
test_memory_funcs \
|
test_memory_funcs \
|
||||||
test_number \
|
test_number \
|
||||||
test_object \
|
test_object \
|
||||||
|
Loading…
Reference in New Issue
Block a user