]> git.sesse.net Git - vlc/blobdiff - test/native/libvlc.c
Add I18N and URL tests in test/
[vlc] / test / native / libvlc.c
index b29ed3303e8a2343dab66fca58526b1296c234a3..6a6b48211bc2ced95ff6bd82548c4e62fec1bd24 100644 (file)
@@ -146,13 +146,3 @@ static PyObject *vlm_test( PyObject *self, PyObject *args )
     Py_INCREF( Py_None );
     return Py_None;
 }
-
-static PyMethodDef native_libvlc_test_methods[] = {
-   DEF_METHOD( create_destroy, "Create and destroy" )
-   DEF_METHOD( exception_test, "Test Exception handling" )
-   DEF_METHOD( playlist_test, "Test Playlist interaction" )
-   DEF_METHOD( vlm_test, "Test VLM" )
-   { NULL, NULL, 0, NULL }
-};
-
-DECLARE_MODULE( native_libvlc_test )