From 6ed3a770fbe1310471171fd54670590454436288 Mon Sep 17 00:00:00 2001 From: sforman Date: Sat, 12 Aug 2023 08:40:55 -0700 Subject: [PATCH] Minor edits. --- tests/stan/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/stan/README.md b/tests/stan/README.md index 807d5ee..9a57ad6 100644 --- a/tests/stan/README.md +++ b/tests/stan/README.md @@ -1,8 +1,8 @@ # Simple Test Set for Joy Programming Language Each test consists of a snippet of Joy code along with the expected -output (stdout and stderr) for a (conforming) Joy implementation. They -are run with make. +output (stdout and stderr) for a conforming Joy implementation. They +are run with GNU make. For the explanation of how this test system works see: https://chrismorgan.info/blog/make-and-git-diff-test-harness/ @@ -10,11 +10,11 @@ https://chrismorgan.info/blog/make-and-git-diff-test-harness/ Set the JOY environment variable to point to the joy interpreter to test, e.g.: - export JOY="python -m joy -q" + export JOY="../../implementations/Python/joy -q" -or- - setenv JOY "python -m joy -q" + setenv JOY "../../implementations/Python/joy -q" or whatever for your shell. Then run make.