From: Taylor R Campbell Date: Fri, 25 Jan 2019 04:30:38 +0000 (+0000) Subject: Add another step to the compiler tests README. X-Git-Tag: mit-scheme-pucked-10.1.20~11^2~66^2~18 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2ee93991fe9e55bce18772f78d54181601aa8441;p=mit-scheme.git Add another step to the compiler tests README. --- diff --git a/src/compiler/tests/README b/src/compiler/tests/README index 7bf5c2960..9ce0b1787 100644 --- a/src/compiler/tests/README +++ b/src/compiler/tests/README @@ -32,3 +32,6 @@ Usage: 2. Run the tests. % for t in *.com; do scheme --fasl $t || echo $t failed; done + +3. Read the .rtl and .lap files to make sure they match what the + comment at the top of each .scm file explains.