From 02c9990ff9c204c1b99e7493027f75fae2c88fca Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 2 Feb 2019 23:57:47 +0000 Subject: [PATCH] Run multicpptests in alphabetical order --- Examples/test-suite/common.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/test-suite/common.mk b/Examples/test-suite/common.mk index d3b617f21..7d4a441fb 100644 --- a/Examples/test-suite/common.mk +++ b/Examples/test-suite/common.mk @@ -722,12 +722,12 @@ C_TEST_CASES += \ # Multi-module C++ test cases . (Can be run individually using make testcase.multicpptest) MULTI_CPP_TEST_CASES += \ clientdata_prop \ - imports \ import_stl \ - packageoption \ + imports \ mod \ - template_typedef_import \ multi_import \ + packageoption \ + template_typedef_import \ # Custom tests - tests with additional commandline options wallkw.cpptest: SWIGOPT += -Wallkw