]> git.sesse.net Git - vlc/blob - test/native/tests.h
Merge back branch 0.8.6-playlist-vlm to trunk.
[vlc] / test / native / tests.h
1 #include "../pyunit.h"
2
3 PyObject *exception_test( PyObject *self, PyObject *args );
4 PyObject *create_destroy( PyObject *self, PyObject *args );
5 PyObject *playlist_test( PyObject *self, PyObject *args );
6 PyObject *vlm_test( PyObject *self, PyObject *args );
7
8 PyObject *timers_test( PyObject *self, PyObject *args );
9
10 PyObject *url_decode_test( PyObject *self, PyObject *args );
11
12 PyObject *i18n_atof_test( PyObject *self, PyObject *args );