home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 2 / Geek_Gadgets_2_2352.bin / amigaos / src / dejagnu-1.2-src.tgz.pi < prev    next >
Fred Fish's Product-Info  |  1997-04-16  |  1KB  |  41 lines

  1. .name
  2. dejagnu
  3. .type
  4. Programmer Tool
  5. .short
  6. Program testing framework using 'expect'
  7. .description
  8. DejaGnu is a framework for testing other programs. Its purpose is to
  9. provide a single front end for all tests.  Beyond this, DejaGnu offers
  10. several advantages for testing:
  11.  
  12. (1) The flexibility and consistency of the DejaGnu framework make it
  13. easy to write tests for any program.
  14.  
  15. (2) DejaGnu provides a layer of abstraction which makes all tests (if
  16. correctly written) portable to any host or target where a program must
  17. be tested.  For instance, a test for GDB can run (from any Unix based
  18. host) on any target architecture supported by DejaGnu. Currently
  19. DejaGnu runs tests on several single board computers, whose operating
  20. software ranges from just a boot monitor to a full-fledged, Unix-like
  21. realtime OS.
  22.  
  23. (3) DejaGnu is written in expect, which in turn uses Tcl (Tool command
  24. language).  The framework comprises two parts: the testing framework
  25. and the testsuites themselves. Tests are usually written in expect
  26. using Tcl.
  27.  
  28. Both tcl and expect are provided with dejagnu.
  29. .version
  30. 1.2
  31. .author
  32. Rob Savoye
  33. .email
  34. rob@darkstar.cygnus.com
  35. .distribution
  36. GNU Public License
  37. .described-by
  38. Fred Fish (fnf@amigalib.com)
  39. .submittal
  40. Downloaded from prep.ai.mit.edu:pub/gnu
  41.