|
TCL ADA SHELL |
|||
|
Test Programs |
|||
To build and run these test programs, cd to the tests directory and execute make all test. The TASHTest ProgramThe purpose of the tashtest program is to test the TASH Ada/Tcl binding. It does this by extending the Tcl interpreter with several Tcl commands implemented in Ada. It is intended that this test will eventually include tests for all of the thin binding. Currently, it tests a subset of the binding by implementing much of the sample code in chapters 30 through 32.2 of Ousterhout's book. The Thick Binding TestsThe programs test_arrays, test_file, test_file_io, test_format, test_lists, test_platform, test_regexp, and test_system test the TASH thick binding packages implemented so far. |