]> git.sesse.net Git - vlc/blobdiff - test/native/init.c
* skins2: fixed the xkeepratio/ykeepratio attributes for controls not tied to
[vlc] / test / native / init.c
index 352e5e13dbd55975aaf7dadb05b493b0e5b39fed..c334c3e7cf3d3b626d05d9b881ad173fb0269505 100644 (file)
@@ -1,9 +1,4 @@
-
-// TODO: Ugly, split correctly 
-#include "libvlc.c"
-#include "stats.c"
-#include "i18n.c"
-#include "url.c"
+#include "tests.h"
 
 static PyMethodDef native_libvlc_test_methods[] = {
    DEF_METHOD( create_destroy, "Create and destroy" )
@@ -13,6 +8,9 @@ static PyMethodDef native_libvlc_test_methods[] = {
    DEF_METHOD( timers_test, "Test timers" )
    DEF_METHOD( i18n_atof_test, "Test i18n_atof" )
    DEF_METHOD( url_decode_test, "URL decoding" )
+   DEF_METHOD( chains_test, "Test building of chains" )
+   DEF_METHOD( gui_chains_test, "Test interactions between chains and GUI" )
+   DEF_METHOD( psz_chains_test, "Test building of chain strings" )
    { NULL, NULL, 0, NULL }
 };