From 2ee93991fe9e55bce18772f78d54181601aa8441 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Fri, 25 Jan 2019 04:30:38 +0000 Subject: [PATCH] Add another step to the compiler tests README. --- src/compiler/tests/README | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.25.1