diff options
Diffstat (limited to 'linux/test_apps_emulated')
-rwxr-xr-x | linux/test_apps_emulated | 16 |
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 |