diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-10 13:50:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-10 13:50:03 (GMT) |
commit | a19fa7cdab3e5494e84dd29f64a39ccef1c7e138 (patch) | |
tree | 8df6e9d9e084d17a6985e397a5e9fd6ae05bd112 /ChangeLog | |
parent | b2d9ed24c8428b9c2230515bf13aa76dcfdb607f (diff) | |
download | tcl-a19fa7cdab3e5494e84dd29f64a39ccef1c7e138.zip tcl-a19fa7cdab3e5494e84dd29f64a39ccef1c7e138.tar.gz tcl-a19fa7cdab3e5494e84dd29f64a39ccef1c7e138.tar.bz2 |
Use the powers of tcltest2 for good! Also add basic testing of disassmbler
(though not of its output format).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-09-10 Donal K. Fellows <dkf@users.sf.net> + + * tests/binary.test,cmdAH.test,cmdIL.test,cmdMZ.test,fileSystem.test: + More use of tcltest2 to simplify the tests as exposed to people. + * tests/compile.test (compile-18.*): Added *some* tests of the + disassmbler, though not of its output format. + 2008-09-10 Miguel Sofer <msofer@users.sf.net> * tests/nre.test: add missing constraints; enable test of foreach |