Add another step to the compiler tests README.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 25 Jan 2019 04:30:38 +0000 (04:30 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 21 Aug 2019 21:34:06 +0000 (21:34 +0000)
src/compiler/tests/README

index 7bf5c296040584785ab86bed7c1b110ff48256fe..9ce0b17878ae3c965be92ec291fd20d9731030cf 100644 (file)
@@ -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.