diff options
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 |