1
0
Fork 0
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:
Marc Khouzam 2015-05-06 15:42:15 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent 909122f9e3
commit 79ff9f136c
13 changed files with 32 additions and 32 deletions

View file

@ -13,7 +13,7 @@ EXECUTABLES :=
# Every subdirectory with source files must be described here
SUBDIRS := \
. \
Sources/sub\ sources \
Sources \
Sources/sub\ sources \
. \

View file

@ -13,7 +13,7 @@ EXECUTABLES :=
# Every subdirectory with source files must be described here
SUBDIRS := \
. \
Sources/sub\ sources \
Sources \
Sources/sub\ sources \
. \

View file

@ -13,7 +13,7 @@ EXECUTABLES :=
# Every subdirectory with source files must be described here
SUBDIRS := \
. \
Sources/sub\ sources \
Sources \
Sources/sub\ sources \
. \

View file

@ -13,6 +13,6 @@ EXECUTABLES :=
# Every subdirectory with source files must be described here
SUBDIRS := \
. \
Functions \
. \

View file

@ -23,6 +23,6 @@ C_UPPER_DEPS :=
# Every subdirectory with source files must be described here
SUBDIRS := \
. \
Functions \
. \

View file

@ -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 \

View file

@ -16,6 +16,6 @@ EXECUTABLES :=
# Every subdirectory with source files must be described here
SUBDIRS := \
module \
Sources \
module \

View file

@ -14,6 +14,6 @@ EXECUTABLES :=
# Every subdirectory with source files must be described here
SUBDIRS := \
. \
Functions \
. \

View file

@ -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 \

View file

@ -13,6 +13,6 @@ EXECUTABLES :=
# Every subdirectory with source files must be described here
SUBDIRS := \
sub\ folder\ with\ spaces \
. \
sub\ folder\ with\ spaces \

View file

@ -17,6 +17,6 @@ LOGFILE :=
# Every subdirectory with source files must be described here
SUBDIRS := \
. \
ABC \
. \

View file

@ -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 \

View file

@ -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 \