annotate test/automated/common/images.h @ 3728:97e9704fc267 gsoc2009_unit_tests

Using common infrastructure.
author Edgar Simo <bobbens@gmail.com>
date Sat, 11 Jul 2009 19:21:48 +0000
parents
children c32c53fca10d
rev   line source
3728
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
1
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
2
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
3 #ifndef IMAGES_H
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
4 # define IMAGES_H
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
5
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
6
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
7 #include "common/common.h"
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
8
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
9
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
10 /*
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
11 * Pull in images for testcases.
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
12 */
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
13 #include "common/img_primitives.c"
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
14 #include "common/img_primitivesblend.c"
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
15 #include "common/img_face.c"
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
16 #include "common/img_blit.c"
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
17 #include "common/img_blitblend.c"
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
18
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
19
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
20 #endif /* IMAGES_H */
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
21
97e9704fc267 Using common infrastructure.
Edgar Simo <bobbens@gmail.com>
parents:
diff changeset
22