Skip to content

Commit 3585ee2

Browse files
committed
Fix sort order of doxygen testcases
1 parent bdc9aa0 commit 3585ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/test-suite/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ DOXYGEN_TEST_CASES += \
628628
doxygen_basic_translate \
629629
doxygen_basic_translate_style2 \
630630
doxygen_basic_translate_style3 \
631+
doxygen_code_blocks \
631632
doxygen_ignore \
632633
doxygen_misc_constructs \
633634
doxygen_nested_class \
@@ -636,7 +637,6 @@ DOXYGEN_TEST_CASES += \
636637
doxygen_translate \
637638
doxygen_translate_all_tags \
638639
doxygen_translate_links \
639-
doxygen_code_blocks \
640640

641641
$(DOXYGEN_TEST_CASES:=.cpptest): SWIGOPT += -doxygen
642642

0 commit comments

Comments
 (0)