Pierre d'Herbemont
db1e6a133d
test: Use image.jpg for testing tracks reading.
image.jpg is a very small 1x1 image.
16 years ago
Pierre d'Herbemont
2fc112a1b4
libvlc: Test preparsing.
16 years ago
Rémi Denis-Courmont
17ac5f7bc0
Fix warning
16 years ago
Rémi Denis-Courmont
2201d192cb
Take out list player test
It still fails pseudo-randomly.
16 years ago
Pierre Ynard
dc48da8412
test: remove dangling stuff
17 years ago
Pierre d'Herbemont
53f6d53411
test: Expanded and passing media_list_player queue item tests.
17 years ago
Pierre d'Herbemont
406846492b
Enable back media_list_player's tests.
This reverts "test: Disable test_media_list_player as it deadlocks."
This reverts commit 3403c42744 .
17 years ago
Pierre d'Herbemont
3403c42744
test: Disable test_media_list_player as it deadlocks.
17 years ago
Rémi Duraffort
3b03fae916
Move the test about variable (I will clean this later on).
17 years ago
Rémi Duraffort
905600df51
Add a test for the vlc variables.
17 years ago
Rémi Denis-Courmont
2203f8384d
Remove non-existent target
17 years ago
Rémi Denis-Courmont
7b4ce76a13
Actually initialize media_list_player
I guess nobody ever tried to use that piece of code.
N.B.: dose not apply to bugfix due to earlier non-backported bugfixes
17 years ago
Pierre d'Herbemont
1221e17b48
test: Reenable media_list_player test. And explain why meta test is disabled.
Works here.
17 years ago
Rémi Denis-Courmont
11a8b77548
Make tests as plain executable (easier to debug than libtool wrappers)
17 years ago
Rémi Denis-Courmont
82b4611cba
Convenience target to run also the broken tests
17 years ago
Rémi Denis-Courmont
76edeee9b7
media_list_player test now works
17 years ago
Rémi Denis-Courmont
97a25c1e1d
Provide a dummy (empty) but valid sample file
17 years ago
Rémi Denis-Courmont
099bacb29a
media_list test is safe to run
17 years ago
Rafaël Carré
d3635fbc39
s/vlc-control/vlc/
18 years ago
Rémi Denis-Courmont
730cd53376
Remove any tests that requires external networking.
Breaks distcheck, no thanks.
18 years ago
Pierre d'Herbemont
b11361df8b
test: Fix make distcheck by including libvlc/test.h in check_HEADERS.
18 years ago
Pierre d'Herbemont
b66dfd1b9f
test: Test meta data support.
Note, this is done even if no meta data module is compiled. A future commit should fix that.
18 years ago
Christophe Mutricy
d6679da13c
Getting the sample is not a check in itself
18 years ago
Pierre d'Herbemont
8502890672
test: Fix a typo in Makefile. dirname was to be used, not basename.
18 years ago
Pierre d'Herbemont
01a95e7638
test: Move testapi.c to /test and use a sample file that is not ogg for basic testing.
This sample is downloaded from streams.videolan.org. Feel free to find a better suited codec/demux combination.
libvlc test are now splitted a bit.
Tests that are specific to core and that don't need vlc's modules are kept in src/test.
18 years ago