mirror of
https://github.com/akheron/jansson.git
synced 2025-04-07 06:25:02 +00:00
sort tests by alpha order
Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
This commit is contained in:
parent
a740f15c17
commit
966f9cc20a
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue