aboutsummaryrefslogtreecommitdiff
path: root/DEVELOPING
diff options
context:
space:
mode:
Diffstat (limited to 'DEVELOPING')
-rw-r--r--DEVELOPING3
1 files changed, 2 insertions, 1 deletions
diff --git a/DEVELOPING b/DEVELOPING
index 5a88e43..20f0a4a 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -88,6 +88,7 @@ submitting patches, you can verify that your changes didn't bring any
regressions to the Jim. In order to do so, sample regression tests have
been implemented. You can execute them by typing:
- ./jim test.tcl
+ cd tests
+ make
All tests should succeed.