[vlc-commits] test: use adummy and tdummy by default in tests

Alexandre Janniaux git at videolan.org
Tue Jul 14 22:20:41 CEST 2020


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Thu Jul  9 17:23:19 2020 +0200| [22f56c54fde76f36b91e7fdc38fccbc7b807e96f] | committer: Alexandre Janniaux

test: use adummy and tdummy by default in tests

Avoid leaks in pulse and freetype when not testing those.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=22f56c54fde76f36b91e7fdc38fccbc7b807e96f
---

 test/libvlc/test.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/libvlc/test.h b/test/libvlc/test.h
index c7b4526174..b40d66d351 100644
--- a/test/libvlc/test.h
+++ b/test/libvlc/test.h
@@ -47,7 +47,7 @@
  */
 
 static const char * test_defaults_args[] = {
-    "-v", "--vout=vdummy",
+    "-v", "--vout=vdummy", "--aout=adummy", "--text-renderer=tdummy",
 };
 
 static const int test_defaults_nargs =



More information about the vlc-commits mailing list