diff options
-rw-r--r-- | tests/test_output.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_output.c b/tests/test_output.c index 20d8022..d3da2b7 100644 --- a/tests/test_output.c +++ b/tests/test_output.c @@ -186,6 +186,10 @@ int main(int argc, char **argv) if (ret) goto err_exit; + ret = uterm_video_use(video); + if (ret) + goto err_unref; + log_notice("Wakeing up video object..."); ret = uterm_video_wake_up(video); if (ret < 0) |