]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/tests/tree.c
tests: Move all test programs to a subdirectory
[ffmpeg] / libavutil / tests / tree.c
similarity index 96%
rename from libavutil/tree-test.c
rename to libavutil/tests/tree.c
index f93e53409d9a7ed437b412a8a1178daeaad6bc18..fb19b2789610c010bbc11a6016e3e1682c9e4eec 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "tree.c"
+#include "libavutil/tree.c"
 
 #include <stdint.h>
 
-#include "common.h"
-#include "lfg.h"
-#include "log.h"
+#include "libavutil/common.h"
+#include "libavutil/lfg.h"
+#include "libavutil/log.h"
 
 static int check(AVTreeNode *t)
 {