diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-07-20 01:23:55 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-07-20 08:43:25 -0700 |
commit | 0b9ea19c9846445e56ce6661f788a65a51461dcf (patch) | |
tree | 2b7903fde564240f82e31cbac74910be1e00ec96 /linux/test_apps | |
parent | de5e1931edbfc265c4a6b0d6f50b73648361fa63 (diff) | |
download | mu-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')
-rwxr-xr-x | linux/test_apps | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/linux/test_apps b/linux/test_apps index 1719b5fd..057e10df 100755 --- a/linux/test_apps +++ b/linux/test_apps @@ -186,30 +186,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 -} -{ - chmod +x crenshaw2-1 - ./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 -} -{ - chmod +x crenshaw2-1b - ./crenshaw2-1b test - echo -} - echo random bootstrap/bootstrap translate [01]*.subx random.subx -o random # don't run @@ -305,7 +281,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 [01]*.subx $app.subx |