conformance: Rename the source files

It's the conformance test suite: there's no need to namespace the files,
just like there's no need to namespace the units.

This commit does not change the Cogl tests: they will be moved to Cogl
over time, and it's easier to do if we leave them as they are.
This commit is contained in:
Emmanuele Bassi 2012-02-27 13:02:01 +00:00
parent d16f2ac3b5
commit 60e2f8ed5b
33 changed files with 32 additions and 32 deletions

View File

@ -16,13 +16,13 @@ units_sources =
# animation tests # animation tests
units_sources += \ units_sources += \
test-animator.c \ animator.c \
test-behaviours.c \ behaviours.c \
test-score.c \ score.c \
test-state.c \ state.c \
test-timeline.c \ timeline.c \
test-timeline-interpolate.c \ timeline-interpolate.c \
test-timeline-rewind.c \ timeline-rewind.c \
$(NULL) $(NULL)
# cogl tests # cogl tests
@ -48,39 +48,39 @@ units_sources += \
# actors tests # actors tests
units_sources += \ units_sources += \
test-actor-graph.c \ actor-anchors.c \
test-actor-destroy.c \ actor-graph.c \
test-actor-invariants.c \ actor-destroy.c \
test-actor-iter.c \ actor-invariants.c \
test-actor-layout.c \ actor-iter.c \
test-actor-size.c \ actor-layout.c \
test-anchors.c \ actor-offscreen-redirect.c \
test-binding-pool.c \ actor-paint-opacity.c \
test-cairo-texture.c \ actor-pick.c \
test-group.c \ actor-size.c \
test-offscreen-redirect.c \ binding-pool.c \
test-path.c \ cairo-texture.c \
test-paint-opacity.c \ group.c \
test-pick.c \ path.c \
test-shader-effect.c \ rectangle.c \
test-rectangle.c \ shader-effect.c \
test-texture-fbo.c \ texture-fbo.c \
test-texture.c \ texture.c \
test-text-cache.c \ text-cache.c \
test-text.c \ text.c \
$(NULL) $(NULL)
# objects tests # objects tests
units_sources += \ units_sources += \
test-color.c \ color.c \
test-model.c \ model.c \
test-script-parser.c \ script-parser.c \
test-units.c \ units.c \
$(NULL) $(NULL)
# cally tests # cally tests
units_sources += \ units_sources += \
test-cally-text.c \ cally-text.c \
$(NULL) $(NULL)
test_conformance_SOURCES = $(common_sources) $(units_sources) test_conformance_SOURCES = $(common_sources) $(units_sources)