]> git.sesse.net Git - vlc/blobdiff - test/src/misc/variables.c
Move the test about variable (I will clean this later on).
[vlc] / test / src / misc / variables.c
similarity index 99%
rename from test/libvlc/variables.c
rename to test/src/misc/variables.c
index deaf00bad4c181bec75121561896191623a8c520..ead7ef9e6e5556153587f3f629e356af3f542ab5 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <limits.h>
 
-#include "test.h"
+#include "../../libvlc/test.h"
 #include <../src/control/libvlc_internal.h>
 
 const char *psz_var_name[] = { "a", "abcdef", "abcdefg", "abc123", "abc-123", "é€!!" };