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_apps8
1 files changed, 4 insertions, 4 deletions
diff --git a/test_apps b/test_apps
index a8c8eabe..28d045dc 100755
--- a/test_apps
+++ b/test_apps
@@ -333,9 +333,9 @@ do
   diff apps/$app a.elf
 done
 
-#? # Mu translator
-#? echo mu
-#? ./translate_subx init.$OS [0-9]*.subx apps/mu.subx
-#? diff apps/mu a.elf
+# Mu translator
+echo mu
+./translate_subx init.$OS [0-9]*.subx apps/mu.subx
+diff apps/mu a.elf
 
 exit 0