From 0b9ea19c9846445e56ce6661f788a65a51461dcf Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 20 Jul 2021 01:23:55 -0700 Subject: . Delete the examples from Crenshaw. They're extremely rudimentary, and they were really just trial runs for the Mu toolchain. --- linux/test_apps_emulated | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'linux/test_apps_emulated') 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 -- cgit 1.4.1-2-gfad0