mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05: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-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 \
|
||||
|
Loading…
Reference in New Issue
Block a user