From a42f4613f785163223c8416bd7fa720bc932ed88 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 14 May 2021 08:05:24 -0700 Subject: [PATCH] . --- linux/test_apps | 2 +- linux/test_apps_emulated | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/linux/test_apps b/linux/test_apps index 0c2a9fd8..42dd7da3 100755 --- a/linux/test_apps +++ b/linux/test_apps @@ -1,5 +1,5 @@ #!/bin/sh -# Build and test all included SubX programs on Linux: +# Build and test all included Mu and SubX programs on Linux: # translate them into ELF binaries # if possible, compare the generated binaries with what's already in git # run/test the ELF binaries in emulated mode diff --git a/linux/test_apps_emulated b/linux/test_apps_emulated index 8b612ef6..2945a992 100755 --- a/linux/test_apps_emulated +++ b/linux/test_apps_emulated @@ -1,6 +1,6 @@ #!/bin/sh -# Build and test all included SubX programs on non-Linux platforms: -# translate them into ELF binaries +# Build and test all included Mu and SubX programs on non-Linux platforms: +# translate them into ELF binaries in emulated mode # if possible, compare the generated binaries with what's already in git # run/test the ELF binaries in emulated mode # @@ -97,8 +97,7 @@ bootstrap/bootstrap translate 000init.subx ex11.subx -o ex11 echo ex12 bootstrap/bootstrap translate 000init.subx ex12.subx -o ex12 -test $EMULATED && bootstrap/bootstrap run ex12 # final byte of mmap'd address is well-nigh guaranteed to be 0 -test $NATIVE && ex12 +bootstrap/bootstrap run ex12 # final byte of mmap'd address is well-nigh guaranteed to be 0 echo ex13 bootstrap/bootstrap translate 000init.subx ex13.subx -o ex13