[tests] Ensures that test-viewport.c is built

test-viewport.c wasn't listed correctly in the UNIT_TESTS variable
(it was missing the .c extension, and so it wasn't being built.)
This commit is contained in:
Robert Bragg 2008-12-19 21:31:18 +00:00
parent a40666469d
commit c700d4c9a1

View File

@ -20,7 +20,8 @@ UNIT_TESTS = \
test-fullscreen.c \
test-shader.c \
test-unproject.c \
test-viewport test-fbo.c \
test-viewport.c \
test-fbo.c \
test-opacity.c \
test-multistage.c \
test-cogl-primitives.c \