1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
Commit Graph

181 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
2683bad651 test: check POTFILES.in in test suite
(It is already tested in dist(check) but that is way too slow.)
2014-01-09 20:57:01 +02:00
Rémi Denis-Courmont
b56c7ee277 equalizer: fix inverted parameters in test case 2013-07-28 23:10:49 +03:00
Mark Lee
cbedb0c6e5 libvlc: add tests for the equalizer API
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2013-07-24 19:22:03 +03:00
Rémi Denis-Courmont
490b5fd010 test: add coverage for audio output and device functions 2013-07-14 15:07:39 +03:00
Rémi Denis-Courmont
3bd3db173b Revert "Work around test failing with cli interface"
This reverts commit 32ce763be9.
2013-06-20 19:13:58 +03:00
Rafaël Carré
32ce763be9 Work around test failing with cli interface 2013-06-20 14:37:02 +02:00
Rémi Denis-Courmont
33c292a17a test: check full help
This can often catch bugs in the plugin descriptors and modules core.
2013-01-19 20:38:34 +02:00
Rémi Denis-Courmont
1394bd284b Revert "Add test cases for the libvlc equalizer API."
This reverts commit 15498896d0.
2012-09-21 14:06:38 +03:00
Mark Lee
15498896d0 Add test cases for the libvlc equalizer API.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2012-09-15 15:16:17 +02:00
Pierre Ynard
0752b93c25 test: update .gitignore 2012-09-10 04:20:09 +02:00
Rémi Denis-Courmont
b750826cca Fix test failure detection 2012-05-15 18:49:00 +03:00
Rémi Denis-Courmont
72fd19ba00 Add test case for the VLC binary 2012-05-09 18:58:01 +03:00
Rémi Denis-Courmont
3e48c330dc Fix inverted shell negation "! test" -> "test !" 2012-02-28 18:28:09 +02:00
Tobias Güntner
f3ea7239e1 Fix assertions
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2011-12-19 17:09:43 +02:00
Pere Orga
9abcaacf83 fix filename self-references
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2011-12-15 17:09:31 +02:00
Rémi Denis-Courmont
98aa3f7066 Move MD5 test to src/ 2011-11-27 13:56:21 +02:00
Rémi Denis-Courmont
4f0b2161aa MD5: improve test coverage 2011-11-27 13:11:22 +02:00
Jean-Baptiste Kempf
e29933bc26 Add a md5 computation test 2011-11-27 04:10:53 +01:00
Rémi Denis-Courmont
ee1e329e73 Update libvlc.la path and factorize test Makefile 2011-08-30 23:57:50 +03:00
Rémi Denis-Courmont
7dcac68447 Move src/control/ to lib/ 2011-08-30 23:40:34 +03:00
Rémi Denis-Courmont
e7df8e75ea Migrate VLC_ADD_* flags from vlc-config to AC_SUBST 2011-08-18 21:23:25 +03:00
Rémi Duraffort
9dbbfa1107 lua test: move the tests from modules/misc/lua to modules/lua 2011-07-13 10:48:03 +02:00
Rémi Denis-Courmont
085558ebcd Do not use internal libvlc symbol outside of libvlc 2011-05-07 19:10:01 +03:00
Yuval Tze
9d86e0b645 Refactor: rename "sub-filter" to "sub-source" this includes capability, functions, constants, user messages and command line parameter.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2011-04-20 11:48:21 +03:00
Rémi Denis-Courmont
549ce2cad1 Override the plugins path with an environment variable...
...rather than with a command line option. This enables extending the
set of plugins paths globally, for all LibVLC applications.

Using an environment variable seems more logical than a command line
option considering that the module bank is shared by all VLC instances
in the process. In other words, it did not belong as a parameter to
libvlc_new().
2011-02-12 11:04:35 +02:00
Jakub Wieczorek
3f80895700 LibVLC Audio/video filters listing API
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-12-20 09:47:33 +01:00
Jean-Paul Saman
0c12dfe51f test/modules/stream_filter/httplive: script for traffic shaping
Test script for traffic shaping with tc (iproute).
2010-11-26 16:54:31 +01:00
Rémi Duraffort
e26b8a04bb luatelnet test: port number has to be higher than 1024. 2010-11-09 21:37:19 +01:00
Rémi Duraffort
a8334a4bf6 distribute the telnet auto test script. 2010-11-08 18:52:11 +01:00
Rémi Duraffort
ffb601a5f2 luatelnet auto test: use the current PID as port number. 2010-11-08 18:27:38 +01:00
Rémi Duraffort
7b81471851 test: add an automatic test for the telnet interface
Some important things:
 * the test is deactivated by default as it needed netcat. To activate it you
just need to add check_SCRIPTS to the TESTS variable (I won't do it unless we
think that netcat is present on every hosts that run the make check?)
 * the test is really simple for the moment (that's more a POC)
 * we can write a small netcat-like tool to activate this test by default...
2010-11-01 11:09:24 +01:00
Rémi Duraffort
e8d9d1f3cf Also test config_chainDuplicate. 2010-10-05 19:49:57 +02:00
Rémi Duraffort
c9718f8848 config_chain: improve automatic testing. 2010-10-05 19:13:32 +02:00
Rémi Duraffort
02ada6459d Fix file rights. 2010-10-02 11:44:43 +02:00
Rémi Duraffort
6a93cd1939 test_src_config_chain: fix missing return value. 2010-08-31 23:12:04 +02:00
Rémi Duraffort
2d268697cd Add a test about chain escaping escaping. 2010-08-31 21:58:42 +02:00
Rémi Denis-Courmont
645e8d0bee Add version infos to new LibVLC functions 2010-06-27 17:10:33 +03:00
Rémi Denis-Courmont
9529ae4e8c Add test cases for bug #3812 2010-06-27 17:10:07 +03:00
Rémi Denis-Courmont
2a14fb71bc Test libvlc_media_player_set_pause() 2010-06-27 16:54:07 +03:00
Pierre Ynard
2a625dda91 test: update .gitignore 2010-05-07 06:37:35 +02:00
Jean-Paul Saman
88f536c0c0 test/libvlc: add libvlc_MediaPlayer* events for input states
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
2010-03-18 11:16:03 +01:00
Pierre d'Herbemont
16511fee7c test: Report when preparsed is working only when it works. 2010-02-25 23:47:03 +01:00
Pierre d'Herbemont
ba1fea8d5e test: Alloc more time for media_list_player test. 2010-02-25 23:47:03 +01:00
Pierre d'Herbemont
ad3a300596 test: Simplify media_list_player test. 2010-02-25 23:47:03 +01:00
Pierre d'Herbemont
92bdd6e5d9 meta: Use libvlc_media_parse(). 2010-02-25 23:47:03 +01:00
Pierre d'Herbemont
1b1325c6d4 test: Simplify media_player test. 2010-02-25 23:47:03 +01:00
Pierre d'Herbemont
065f17b24b test: Pretend that our test suite is working where it is not.
And no the test is not broken. libvlc_media_get_tracks_info() is.
2010-02-25 21:37:57 +01:00
Pierre d'Herbemont
2dbdde0d0a Revert "Broken test case"
This reverts commit 9a2adcfde5.
2010-02-25 21:37:57 +01:00
Rémi Denis-Courmont
9a2adcfde5 Broken test case
Apparently, running make check when adding test cases is too difficult.
2010-02-24 18:08:01 +02:00
Pierre d'Herbemont
db1e6a133d test: Use image.jpg for testing tracks reading.
image.jpg is a very small 1x1 image.
2010-02-23 14:13:51 +01:00