From 596cc4fde418b4e7624fad81ac9130afa44219b3 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Sun, 19 Dec 2021 20:11:32 -0600 Subject: [PATCH] Moved convert2bin.py to the tests directory. This file converts the qemu ram.txt output into a binary for copy to flash card. mv qemu patches to tests directory. --- .../linux-testgen/linux-testvectors/convert2bin.py | 0 .../linux-testgen/qemu-build-instructions.md | 0 {wally-pipelined => tests}/linux-testgen/wallyVirtIO.patch | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {wally-pipelined => tests}/linux-testgen/linux-testvectors/convert2bin.py (100%) rename {wally-pipelined => tests}/linux-testgen/qemu-build-instructions.md (100%) rename {wally-pipelined => tests}/linux-testgen/wallyVirtIO.patch (100%) diff --git a/wally-pipelined/linux-testgen/linux-testvectors/convert2bin.py b/tests/linux-testgen/linux-testvectors/convert2bin.py similarity index 100% rename from wally-pipelined/linux-testgen/linux-testvectors/convert2bin.py rename to tests/linux-testgen/linux-testvectors/convert2bin.py diff --git a/wally-pipelined/linux-testgen/qemu-build-instructions.md b/tests/linux-testgen/qemu-build-instructions.md similarity index 100% rename from wally-pipelined/linux-testgen/qemu-build-instructions.md rename to tests/linux-testgen/qemu-build-instructions.md diff --git a/wally-pipelined/linux-testgen/wallyVirtIO.patch b/tests/linux-testgen/wallyVirtIO.patch similarity index 100% rename from wally-pipelined/linux-testgen/wallyVirtIO.patch rename to tests/linux-testgen/wallyVirtIO.patch