]> git.sesse.net Git - vlc/blobdiff - test/native/init.c
Clean-up test
[vlc] / test / native / init.c
index 352e5e13dbd55975aaf7dadb05b493b0e5b39fed..902e56a77989a1f959113469f7d7158ebc10a3c8 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" )