2007-06-12 10:36:28 +00:00
|
|
|
noinst_PROGRAMS = test-textures test-events test-offscreen test-scale \
|
2007-06-14 15:29:52 +00:00
|
|
|
test-actors test-behave test-text test-entry test-project \
|
2007-11-28 13:50:24 +00:00
|
|
|
test-perspective test-rotate test-depth \
|
2008-03-05 16:04:06 +00:00
|
|
|
test-threads test-timeline test-timeline-dup-frames \
|
|
|
|
test-timeline-interpolate test-timeline-rewind \
|
2008-03-06 13:47:06 +00:00
|
|
|
test-timeline-smoothness \
|
2007-11-23 11:23:19 +00:00
|
|
|
test-threads test-timeline test-score test-script \
|
2007-12-05 14:54:15 +00:00
|
|
|
test-model test-grab test-effects test-fullscreen \
|
2008-02-20 10:59:47 +00:00
|
|
|
test-shader test-unproject test-viewport test-fbo \
|
2008-03-28 22:50:55 +00:00
|
|
|
test-opacity test-multistage
|
2007-05-04 23:53:49 +00:00
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/
|
2007-05-22 09:31:40 +00:00
|
|
|
LDADD = $(top_builddir)/clutter/libclutter-@CLUTTER_FLAVOUR@-@CLUTTER_MAJORMINOR@.la
|
2007-05-04 23:53:49 +00:00
|
|
|
AM_CFLAGS = $(CLUTTER_CFLAGS)
|
2007-12-05 14:54:15 +00:00
|
|
|
AM_LDFLAGS = $(CLUTTER_LIBS)
|
2007-05-04 23:53:49 +00:00
|
|
|
|
2007-11-23 11:23:19 +00:00
|
|
|
test_textures_SOURCES = test-textures.c
|
|
|
|
test_events_SOURCES = test-events.c
|
|
|
|
test_offscreen_SOURCES = test-offscreen.c
|
|
|
|
test_scale_SOURCES = test-scale.c
|
|
|
|
test_actors_SOURCES = test-actors.c
|
|
|
|
test_grab_SOURCES = test-grab.c
|
2007-12-05 14:54:15 +00:00
|
|
|
test_behave_SOURCES = test-behave.c
|
|
|
|
test_text_SOURCES = test-text.c
|
2007-11-23 11:23:19 +00:00
|
|
|
test_entry_SOURCES = test-entry.c
|
|
|
|
test_project_SOURCES = test-project.c
|
2007-12-05 14:54:15 +00:00
|
|
|
test_unproject_SOURCES = test-unproject.c
|
2007-07-06 07:35:32 +00:00
|
|
|
test_perspective_SOURCES = test-perspective.c
|
2007-11-23 11:23:19 +00:00
|
|
|
test_rotate_SOURCES = test-rotate.c
|
|
|
|
test_depth_SOURCES = test-depth.c
|
|
|
|
test_threads_SOURCES = test-threads.c
|
|
|
|
test_timeline_SOURCES = test-timeline.c
|
2008-03-05 16:04:06 +00:00
|
|
|
test_timeline_dup_frames_SOURCES = test-timeline-dup-frames.c
|
|
|
|
test_timeline_interpolate_SOURCES = test-timeline-interpolate.c
|
|
|
|
test_timeline_rewind_SOURCES = test-timeline-rewind.c
|
|
|
|
test_timeline_smoothness_SOURCES = test-timeline-smoothness.c
|
2007-12-03 16:29:18 +00:00
|
|
|
test_shader_SOURCES = test-shader.c
|
2007-11-23 11:23:19 +00:00
|
|
|
test_score_SOURCES = test-score.c
|
|
|
|
test_script_SOURCES = test-script.c
|
|
|
|
test_model_SOURCES = test-model.c
|
|
|
|
test_effects_SOURCES = test-effects.c
|
2007-11-26 12:07:25 +00:00
|
|
|
test_fullscreen_SOURCES = test-fullscreen.c
|
2007-12-10 10:16:55 +00:00
|
|
|
test_viewport_SOURCES = test-viewport.c
|
2008-02-20 10:59:47 +00:00
|
|
|
test_fbo_SOURCES = test-fbo.c
|
|
|
|
test_opacity_SOURCES = test-opacity.c
|
2008-03-28 22:50:55 +00:00
|
|
|
test_multistage_SOURCES = test-multistage.c
|
2007-07-06 07:35:32 +00:00
|
|
|
|
2007-10-09 16:44:44 +00:00
|
|
|
EXTRA_DIST = redhand.png test-script.json
|