[vlc-devel] commit: test: Move testapi.c to / test and use a sample file that is not ogg for basic testing. (Pierre d' Herbemont )

git version control git at videolan.org
Fri Apr 11 18:47:00 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed Apr  9 11:45:35 2008 +0200| [01a95e76381eebe5a99a6feefc6a9cfff770962e]

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.

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

 Makefile.am                                        |    2 +-
 configure.ac                                       |    1 +
 .../cmake/CMakeLists/root_CMakeLists.txt           |    1 +
 .../cmake/CMakeLists/src_CMakeLists.txt            |    3 -
 .../cmake/CMakeLists/test_CMakeLists.txt           |   34 ++
 .../cmake/scripts/convert_vlc_to_cmake.sh          |   12 +-
 src/Makefile.am                                    |    5 -
 src/control/testapi.c                              |  481 --------------------
 test/Makefile.am                                   |   55 +++
 test/libvlc/core.c                                 |   60 +++
 test/libvlc/events.c                               |  143 ++++++
 test/libvlc/media_list.c                           |  144 ++++++
 test/libvlc/media_list_player.c                    |   81 ++++
 test/libvlc/media_player.c                         |  119 +++++
 test/libvlc/test.h                                 |  102 ++++
 15 files changed, 749 insertions(+), 494 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=01a95e76381eebe5a99a6feefc6a9cfff770962e



More information about the vlc-devel mailing list