aboutsummaryrefslogtreecommitdiff
path: root/DEVELOPING
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-10-14 23:14:06 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 11:02:58 +1000
commit68c4bc3d300d0b1e3d2edd2c5411e92cb103acf1 (patch)
treed02655b450a295157e6d13c85ec97f878cb2ce00 /DEVELOPING
parent0aefb9c552e6752dc8f1355b56ad5f81c7522ff2 (diff)
downloadjimtcl-68c4bc3d300d0b1e3d2edd2c5411e92cb103acf1.zip
jimtcl-68c4bc3d300d0b1e3d2edd2c5411e92cb103acf1.tar.gz
jimtcl-68c4bc3d300d0b1e3d2edd2c5411e92cb103acf1.tar.bz2
Re-add some files lost from v0.51
In particular the C examples (now in examples.api/) Signed-off-by: Steve Bennett <steveb@workware.net.au>
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.