From 93898a5baa71927d2a992060584b1cd3177c76dd Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Sun, 14 Dec 2025 21:38:24 +0000 Subject: [PATCH] Rename --- test/Makefile | 2 +- test/{invalid_opcodes => opcodes}/Makefile | 0 test/{invalid_opcodes => opcodes}/rom/Makefile | 0 test/{invalid_opcodes => opcodes}/rom/rom.c | 0 test/{invalid_opcodes => opcodes}/rom/shared.h | 0 test/{invalid_opcodes => opcodes}/test/tests.c | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename test/{invalid_opcodes => opcodes}/Makefile (100%) rename test/{invalid_opcodes => opcodes}/rom/Makefile (100%) rename test/{invalid_opcodes => opcodes}/rom/rom.c (100%) rename test/{invalid_opcodes => opcodes}/rom/shared.h (100%) rename test/{invalid_opcodes => opcodes}/test/tests.c (100%) diff --git a/test/Makefile b/test/Makefile index a162104..06bb9a5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -6,7 +6,7 @@ TESTS = \ meter \ extram \ badcode \ - invalid_opcodes \ + opcodes \ minirv32_internal RUNCMD = $(foreach TEST,${TESTS},make -C ${TEST} &&) diff --git a/test/invalid_opcodes/Makefile b/test/opcodes/Makefile similarity index 100% rename from test/invalid_opcodes/Makefile rename to test/opcodes/Makefile diff --git a/test/invalid_opcodes/rom/Makefile b/test/opcodes/rom/Makefile similarity index 100% rename from test/invalid_opcodes/rom/Makefile rename to test/opcodes/rom/Makefile diff --git a/test/invalid_opcodes/rom/rom.c b/test/opcodes/rom/rom.c similarity index 100% rename from test/invalid_opcodes/rom/rom.c rename to test/opcodes/rom/rom.c diff --git a/test/invalid_opcodes/rom/shared.h b/test/opcodes/rom/shared.h similarity index 100% rename from test/invalid_opcodes/rom/shared.h rename to test/opcodes/rom/shared.h diff --git a/test/invalid_opcodes/test/tests.c b/test/opcodes/test/tests.c similarity index 100% rename from test/invalid_opcodes/test/tests.c rename to test/opcodes/test/tests.c