From 5f254d0d02d8d6d61ca57ef4188110f11032a930 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 20 Jul 2021 01:33:47 -0700 Subject: . Update run instructions for linux/app/ examples, and make sure they are correct. --- linux/apps/factorial.subx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linux/apps/factorial.subx') diff --git a/linux/apps/factorial.subx b/linux/apps/factorial.subx index e36f892d..d7e75821 100644 --- a/linux/apps/factorial.subx +++ b/linux/apps/factorial.subx @@ -1,14 +1,14 @@ ## compute the factorial of 5, and print the result # # To run: -# $ bootstrap/bootstrap translate [01]*.subx apps/factorial.subx -o factorial -# $ bootstrap/bootstrap run factorial +# $ ./translate_subx [01]*.subx apps/factorial.subx +# $ ./a.elf # Expected result: # $ echo $? # 120 # # You can also run the automated test suite: -# $ bootstrap/bootstrap run factorial test +# $ ./a.elf test # Expected output: # ........ # Every '.' indicates a passing test. Failing tests get a 'F'. -- cgit 1.4.1-2-gfad0