summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-10-21 07:24:48 +0300
committerOxore <oxore@protonmail.com>2023-10-21 07:24:48 +0300
commit6529ed369f4da544c31aa1db0b23fa4eb4663013 (patch)
tree87026787bc121faa721823ad65c53f92d73214da /test.sh
parentad54e3c0a58e98927ec7e43418d593412ba6fa9f (diff)
Impl expr numbers parsing and function type and size
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index 5fe9d5c..a5bb47c 100755
--- a/test.sh
+++ b/test.sh
@@ -14,4 +14,5 @@ echo "asm68 -l -Q -o test1.o test1.S" >>"$dosbuild_dir/build.bat"
echo "asm68 -l -Q -o test2.o test2.S" >>"$dosbuild_dir/build.bat"
echo "asm68 -l -Q -o test3.o test3.S" >>"$dosbuild_dir/build.bat"
echo "asm68 -l -Q -o test4.o test4.S" >>"$dosbuild_dir/build.bat"
+echo "asm68 -l -Q -o test_sat.o test_sat.S" >>"$dosbuild_dir/build.bat"
dosemu -quiet -K "$dosbuild_dir" -E'build.bat'