removes test-timeline-frame-count references

This commit is contained in:
Robert Bragg 2008-03-06 13:47:06 +00:00
parent 0563b9cfaf
commit 59699b1bdd

View File

@ -3,7 +3,7 @@ noinst_PROGRAMS = test-textures test-events test-offscreen test-scale \
test-perspective test-rotate test-depth \ test-perspective test-rotate test-depth \
test-threads test-timeline test-timeline-dup-frames \ test-threads test-timeline test-timeline-dup-frames \
test-timeline-interpolate test-timeline-rewind \ test-timeline-interpolate test-timeline-rewind \
test-timeline-smoothness test-timeline-frame-count \ test-timeline-smoothness \
test-threads test-timeline test-score test-script \ test-threads test-timeline test-score test-script \
test-model test-grab test-effects test-fullscreen \ test-model test-grab test-effects test-fullscreen \
test-shader test-unproject test-viewport test-fbo \ test-shader test-unproject test-viewport test-fbo \
@ -34,7 +34,6 @@ test_timeline_dup_frames_SOURCES = test-timeline-dup-frames.c
test_timeline_interpolate_SOURCES = test-timeline-interpolate.c test_timeline_interpolate_SOURCES = test-timeline-interpolate.c
test_timeline_rewind_SOURCES = test-timeline-rewind.c test_timeline_rewind_SOURCES = test-timeline-rewind.c
test_timeline_smoothness_SOURCES = test-timeline-smoothness.c test_timeline_smoothness_SOURCES = test-timeline-smoothness.c
test_timeline_frame_count_SOURCES = test-timeline-frame-count.c
test_shader_SOURCES = test-shader.c test_shader_SOURCES = test-shader.c
test_score_SOURCES = test-score.c test_score_SOURCES = test-score.c
test_script_SOURCES = test-script.c test_script_SOURCES = test-script.c