about summary refs log tree commit diff stats
path: root/test_apps
diff options
context:
space:
mode:
Diffstat (limited to 'test_apps')
-rwxr-xr-xtest_apps24
1 files changed, 12 insertions, 12 deletions
diff --git a/test_apps b/test_apps
index 6a637fcd..6cca4292 100755
--- a/test_apps
+++ b/test_apps
@@ -283,18 +283,18 @@ test `uname` = 'Linux'  &&  {
   echo
 }
 
-#? echo mu
-#? cat init.$OS [0-9]*.subx apps/mu.subx  |  apps/braces  |  apps/calls  |  apps/sigils  > a.sigils
-#? ./bootstrap translate a.sigils -o apps/mu
-#? [ "$1" != record ]  &&  git diff --exit-code apps/mu
-#? test $EMULATED  &&  {
-#?   ./bootstrap run apps/mu test
-#?   echo
-#? }
-#? test `uname` = 'Linux'  &&  {
-#?   apps/mu test
-#?   echo
-#? }
+echo mu
+cat init.$OS [0-9]*.subx apps/mu.subx  |  apps/braces  |  apps/calls  |  apps/sigils  > a.sigils
+./bootstrap translate a.sigils -o apps/mu
+[ "$1" != record ]  &&  git diff --exit-code apps/mu
+test $EMULATED  &&  {
+  ./bootstrap run apps/mu test
+  echo
+}
+test `uname` = 'Linux'  &&  {
+  apps/mu test
+  echo
+}
 
 test $NATIVE  ||  exit 0
 echo "== translating using SubX (native only)"