mirror of
https://github.com/brl/mutter.git
synced 2025-03-01 02:54:09 +00:00
[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:
parent
a40666469d
commit
c700d4c9a1
@ -20,7 +20,8 @@ UNIT_TESTS = \
|
|||||||
test-fullscreen.c \
|
test-fullscreen.c \
|
||||||
test-shader.c \
|
test-shader.c \
|
||||||
test-unproject.c \
|
test-unproject.c \
|
||||||
test-viewport test-fbo.c \
|
test-viewport.c \
|
||||||
|
test-fbo.c \
|
||||||
test-opacity.c \
|
test-opacity.c \
|
||||||
test-multistage.c \
|
test-multistage.c \
|
||||||
test-cogl-primitives.c \
|
test-cogl-primitives.c \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user