aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2004-02-08 02:03:16 +0000
committerBen Elliston <bje@gnu.org>2004-02-08 02:03:16 +0000
commitf4c26a04b436e66c8b448fc1ab78a84257fd3e63 (patch)
treec6f3456a560a5ca8c72e2bb0c1872e294bfd573d /TODO
parent15f2343a5aad4bdfc63d4c65692e16ae51c143ce (diff)
downloaddejagnu-f4c26a04b436e66c8b448fc1ab78a84257fd3e63.zip
dejagnu-f4c26a04b436e66c8b448fc1ab78a84257fd3e63.tar.gz
dejagnu-f4c26a04b436e66c8b448fc1ab78a84257fd3e63.tar.bz2
* configure.ac: Use AC_PATH_PROG to find expect(1).
(DJ_AC_PATH_TCLSH): Remove unneeded invocation. * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove (unused). (DJ_AC_STL): Likewise. * configure: Regenerate. * aclocal.m4: Likewise. * configure: Likewise. * Makefile.in: Likewise. * doc/Makefile.in: Likewise. * example/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. * testsuite/libdejagnu/Makefile.in: Likewise. * TODO: Update.
Diffstat (limited to 'TODO')
-rw-r--r--TODO23
1 files changed, 16 insertions, 7 deletions
diff --git a/TODO b/TODO
index b0a03a2..2077d6c 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,20 @@
-Mon Aug 18 09:58:25 EST 2003
+Last updated Sun Feb 8 12:57:16 EST 2004
+
+Bigger items
+============
* Transfer timeouts should be dependent on file size and link speed.
-* Add more support for target boards and realtime OS's.
+* Add more support for target boards and RTOSes.
* Use the new expect terminal support for an "escape codes" API.
-* Use expectk and write a GUI testing API, complete with
- record/playback.
+* Use expectk and write a GUI testing API, complete with record/playback.
+
+Configure/build
+===============
+
+* Add a configure test to make sure the right version of Tcl is installed.
+* Add better error message to runtest when expect can't be found.
+
+Documentation
+=============
+
* Add a "testing methodologies" section to the manual.
-* Add a configure test to make sure Tcl and expect are installed.
-* Add support to runtest to produce a better error message when expect
- can't be found.