summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/full-pipeline/001-nop.asm (renamed from test/full-pipeline/001-nop.test)0
-rw-r--r--test/full-pipeline/002-nops.asm (renamed from test/full-pipeline/002-nops.test)0
-rw-r--r--test/full-pipeline/003-rtype.asm (renamed from test/full-pipeline/003-rtype.test)0
-rw-r--r--test/full-pipeline/004-itype.asm (renamed from test/full-pipeline/004-itype.test)0
-rwxr-xr-xtest/full-pipeline/run-full-pipeline.sh2
5 files changed, 1 insertions, 1 deletions
diff --git a/test/full-pipeline/001-nop.test b/test/full-pipeline/001-nop.asm
index c27745a..c27745a 100644
--- a/test/full-pipeline/001-nop.test
+++ b/test/full-pipeline/001-nop.asm
diff --git a/test/full-pipeline/002-nops.test b/test/full-pipeline/002-nops.asm
index 45a3cbf..45a3cbf 100644
--- a/test/full-pipeline/002-nops.test
+++ b/test/full-pipeline/002-nops.asm
diff --git a/test/full-pipeline/003-rtype.test b/test/full-pipeline/003-rtype.asm
index 7ed5f78..7ed5f78 100644
--- a/test/full-pipeline/003-rtype.test
+++ b/test/full-pipeline/003-rtype.asm
diff --git a/test/full-pipeline/004-itype.test b/test/full-pipeline/004-itype.asm
index 4fbc032..4fbc032 100644
--- a/test/full-pipeline/004-itype.test
+++ b/test/full-pipeline/004-itype.asm
diff --git a/test/full-pipeline/run-full-pipeline.sh b/test/full-pipeline/run-full-pipeline.sh
index 4170261..2a70eed 100755
--- a/test/full-pipeline/run-full-pipeline.sh
+++ b/test/full-pipeline/run-full-pipeline.sh
@@ -33,7 +33,7 @@ export ASM="$PWD/../../assembler"
export DISASM="$PWD/../../disassembler"
has_failure=0
-for first_stage_asm in *.test ; do
+for first_stage_asm in *.asm ; do
first_stage_bin="$WORK/first_stage.bin"
second_stage_asm="$WORK/second_stage.asm"
second_stage_bin="$WORK/second_stage.bin"