about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xlinux/test_apps2
-rwxr-xr-xlinux/test_apps_emulated7
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