From 30f3c6dcab1d2f696a3b9b4658957cf527587a20 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 21 Mar 2025 22:02:48 -0400 Subject: [PATCH] Add instructions --- test/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/README.md b/test/README.md index 533789b..72b5201 100644 --- a/test/README.md +++ b/test/README.md @@ -2,3 +2,5 @@ This directory contains a suite of tests that showcase and test various language features. + +Run `make test` to run all the tests.