diff options
author | David Phillips <david@sighup.nz> | 2019-07-29 22:43:10 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2019-08-03 12:44:12 +1200 |
commit | c836b81b2ee2ecb828c0fa0caecdf91b208dc43d (patch) | |
tree | 62ada1c6a1c16c8f530c4d477299d368bcfd6f57 /test/full-pipeline/run-full-pipeline.sh | |
parent | 699f7c9a488ff282620b52948a23ad761454ee05 (diff) | |
download | toy-cpu-assembler-c836b81b2ee2ecb828c0fa0caecdf91b208dc43d.tar.xz |
Rename .test files to .asm
Diffstat (limited to 'test/full-pipeline/run-full-pipeline.sh')
-rwxr-xr-x | test/full-pipeline/run-full-pipeline.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |