about summary refs log tree commit diff stats
path: root/linux/test_apps_emulated
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-20 01:23:55 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-20 08:43:25 -0700
commit0b9ea19c9846445e56ce6661f788a65a51461dcf (patch)
tree2b7903fde564240f82e31cbac74910be1e00ec96 /linux/test_apps_emulated
parentde5e1931edbfc265c4a6b0d6f50b73648361fa63 (diff)
downloadmu-0b9ea19c9846445e56ce6661f788a65a51461dcf.tar.gz
.
Delete the examples from Crenshaw. They're extremely rudimentary, and
they were really just trial runs for the Mu toolchain.
Diffstat (limited to 'linux/test_apps_emulated')
-rwxr-xr-xlinux/test_apps_emulated16
1 files changed, 1 insertions, 15 deletions
diff --git a/linux/test_apps_emulated b/linux/test_apps_emulated
index f12ada06..844dee82 100755
--- a/linux/test_apps_emulated
+++ b/linux/test_apps_emulated
@@ -117,20 +117,6 @@ bootstrap/bootstrap translate [01]*.subx factorial.subx  -o factorial
   echo
 }
 
-echo crenshaw2-1
-bootstrap/bootstrap translate [01]*.subx crenshaw2-1.subx  -o crenshaw2-1
-{
-  bootstrap/bootstrap run crenshaw2-1 test
-  echo
-}
-
-echo crenshaw2-1b
-bootstrap/bootstrap translate [01]*.subx crenshaw2-1b.subx  -o crenshaw2-1b
-{
-  bootstrap/bootstrap run crenshaw2-1b test
-  echo
-}
-
 echo random
 bootstrap/bootstrap translate [01]*.subx random.subx  -o random
 # don't run
@@ -202,7 +188,7 @@ done
 
 # Larger apps that use the standard library.
 
-for app in factorial crenshaw2-1 crenshaw2-1b
+for app in factorial
 do
   echo $app
   ./translate_subx_emulated [01]*.subx $app.subx