mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Change output to fix failing tests.
The cause of the different output is a change in o.e.core.resources where the order of visiting a project has changed to become alphabetical. See http://eclip.se/461838 Therefore, our benchmark files must also have the output of subdirectories in alphabetical order. Change-Id: I3331649cf516adbe3b453b11f1ed6733a007ce4d
This commit is contained in:
parent
909122f9e3
commit
79ff9f136c
13 changed files with 32 additions and 32 deletions
|
@ -13,7 +13,7 @@ EXECUTABLES :=
|
|||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
. \
|
||||
Sources/sub\ sources \
|
||||
Sources \
|
||||
Sources/sub\ sources \
|
||||
. \
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ EXECUTABLES :=
|
|||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
. \
|
||||
Sources/sub\ sources \
|
||||
Sources \
|
||||
Sources/sub\ sources \
|
||||
. \
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ EXECUTABLES :=
|
|||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
. \
|
||||
Sources/sub\ sources \
|
||||
Sources \
|
||||
Sources/sub\ sources \
|
||||
. \
|
||||
|
||||
|
|
|
@ -13,6 +13,6 @@ EXECUTABLES :=
|
|||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
. \
|
||||
Functions \
|
||||
. \
|
||||
|
||||
|
|
|
@ -23,6 +23,6 @@ C_UPPER_DEPS :=
|
|||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
. \
|
||||
Functions \
|
||||
. \
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@ C_UPPER_DEPS :=
|
|||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
source2/source21 \
|
||||
source2 \
|
||||
source1 \
|
||||
. \
|
||||
source1 \
|
||||
source2 \
|
||||
source2/source21 \
|
||||
|
||||
|
|
|
@ -16,6 +16,6 @@ EXECUTABLES :=
|
|||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
module \
|
||||
Sources \
|
||||
module \
|
||||
|
||||
|
|
|
@ -14,6 +14,6 @@ EXECUTABLES :=
|
|||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
. \
|
||||
Functions \
|
||||
. \
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ C_UPPER_DEPS :=
|
|||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
source2/source21 \
|
||||
source2 \
|
||||
source1 \
|
||||
. \
|
||||
source1 \
|
||||
source2 \
|
||||
source2/source21 \
|
||||
|
||||
|
|
|
@ -13,6 +13,6 @@ EXECUTABLES :=
|
|||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
sub\ folder\ with\ spaces \
|
||||
. \
|
||||
sub\ folder\ with\ spaces \
|
||||
|
||||
|
|
|
@ -17,6 +17,6 @@ LOGFILE :=
|
|||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
. \
|
||||
ABC \
|
||||
. \
|
||||
|
||||
|
|
|
@ -23,12 +23,12 @@ C_UPPER_DEPS :=
|
|||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
dir1/dd/ff \
|
||||
dir1/dd/excluded_c \
|
||||
dir1/dd/excluded_c/asd \
|
||||
d1_1 \
|
||||
d1_1/d2_1 \
|
||||
d1 \
|
||||
d1/d2 \
|
||||
d1/d2/d3 \
|
||||
d1/d2 \
|
||||
d1 \
|
||||
d1_1/d2_1 \
|
||||
d1_1 \
|
||||
dir1/dd/excluded_c/asd \
|
||||
dir1/dd/excluded_c \
|
||||
dir1/dd/ff \
|
||||
|
||||
|
|
|
@ -23,12 +23,12 @@ C_UPPER_DEPS :=
|
|||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
dir1/dd/ff \
|
||||
dir1/dd/excluded_c \
|
||||
dir1/dd/excluded_c/asd \
|
||||
d1_1 \
|
||||
d1_1/d2_1 \
|
||||
d1 \
|
||||
d1/d2 \
|
||||
d1/d2/d3 \
|
||||
d1/d2 \
|
||||
d1 \
|
||||
d1_1/d2_1 \
|
||||
d1_1 \
|
||||
dir1/dd/excluded_c/asd \
|
||||
dir1/dd/excluded_c \
|
||||
dir1/dd/ff \
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue