[Tclresource-commits] Extras/Tests/Forks TestForks.readme,1.2,1.3
Status: Beta
Brought to you by:
bdesgraupes
From: Bernard D. <bde...@us...> - 2004-09-06 17:14:24
|
Update of /cvsroot/tclresource/Extras/Tests/Forks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7375 Modified Files: TestForks.readme Log Message: More informative Index: TestForks.readme =================================================================== RCS file: /cvsroot/tclresource/Extras/Tests/Forks/TestForks.readme,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- TestForks.readme 6 Sep 2004 13:58:48 -0000 1.2 +++ TestForks.readme 6 Sep 2004 17:13:56 -0000 1.3 @@ -1,19 +1,24 @@ -File: "TestForks.readme" +File "TestForks.readme" The Tclresource tests suite uses several pre-built resource files (TestResourcesDF.rsrc, TestResourcesNF.rsrc, TestResourcesRF.rsrc) which it -expects to find inside this /Tests/Forks folder. For proper storage in the -CVS repository, these files have been compressed in a zip archive named -TestResourcesForks.zip. Please unzip this archive to execute the tests. +expects to find inside this /Tests/Forks folder. The "BuildTestForks.tcl" file is a Tcl script which will regenerate the resource files in case they get damaged. Executing this script will create -the same resource files as found in the zipped archive. +the same resource files as found in the /Tests/Forks folder or in the +zipped archive. -The file TestResourcesDF.rsrc has resources in its data fork. The file -TestResourcesRF.rsrc has resources in its resource fork. The file -TestResourcesNF.rsrc has no resources at all, neither in its data fork, -nor in its resource fork. +The file TestResourcesDF.rsrc has resources in its data fork. +The file TestResourcesRF.rsrc has resources in its resource fork. +The file TestResourcesNF.rsrc has no resources at all, neither in its data +fork, nor in its resource fork. + +For proper storage in the CVS repository, these files have been compressed +in a zip archive named TestResourcesForks.zip. Please unzip this archive to +execute the tests if you have retreived the files from the CVS repository. +You can browse the cvs repository online at +<http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tclresource> ------------------------------------------------------- |