diff --git a/libretro-common/net/test/Makefile b/libretro-common/samples/net/Makefile similarity index 95% rename from libretro-common/net/test/Makefile rename to libretro-common/samples/net/Makefile index f4ae977a6b..9ef1c569ed 100644 --- a/libretro-common/net/test/Makefile +++ b/libretro-common/samples/net/Makefile @@ -14,6 +14,7 @@ CFLAGS += -Wall -pedantic -std=gnu99 HTTP_TEST_C = \ $(LIBRETRO_COMM_DIR)/net/net_http.c \ $(LIBRETRO_COMM_DIR)/net/net_compat.c \ + $(LIBRETRO_COMM_DIR)/net/net_socket.c \ $(LIBRETRO_COMM_DIR)/compat/compat_strl.c \ $(LIBRETRO_COMM_DIR)/string/stdstring.c \ net_http_test.c diff --git a/libretro-common/net/test/net_http_test.c b/libretro-common/samples/net/net_http_test.c similarity index 100% rename from libretro-common/net/test/net_http_test.c rename to libretro-common/samples/net/net_http_test.c diff --git a/libretro-common/net/test/net_ifinfo_test.c b/libretro-common/samples/net/net_ifinfo_test.c similarity index 100% rename from libretro-common/net/test/net_ifinfo_test.c rename to libretro-common/samples/net/net_ifinfo_test.c