vppinfra: widen the scope of test_vector_funcs
[vpp.git] / src / vppinfra / test / index_to_ptr.c
similarity index 97%
rename from src/vppinfra/vector/test/index_to_ptr.c
rename to src/vppinfra/test/index_to_ptr.c
index 7ee3b94..06b621c 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #include <vppinfra/format.h>
-#include <vppinfra/vector/test/test.h>
+#include <vppinfra/test/test.h>
 #include <vppinfra/vector/index_to_ptr.h>
 
 typedef void (wrapper_fn) (u32 *indices, void *base, u8 shift, void **ptrs,