summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
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 acc8151..5fe9d5c 100755
--- a/test.sh
+++ b/test.sh
@@ -13,4 +13,5 @@ END
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"
dosemu -quiet -K "$dosbuild_dir" -E'build.bat'