changeset 253:4cf5a45bf77d

added testing hints to readme.txt
author thomask
date Wed, 26 Jan 2005 13:58:43 +0000
parents 9241d98c43f9
children a39162afcc94
files readme.txt
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/readme.txt	Wed Jan 26 07:23:16 2005 +0000
+++ b/readme.txt	Wed Jan 26 13:58:43 2005 +0000
@@ -34,6 +34,14 @@
 	XFAIL:	test case was expected to fail, and it did
 	ERROR:	compiler, linker or test case segfaulted
 
+Testing:
+	1) the environment variable $DMD / %DMD% is used to detect the compiler executeable
+	2) the environment variable $LOG / %LOG% is used for the detailed log file
+	3) run as "make distclean all"
+	4) for manual tests used the "dstress.c" source, e.g.
+		./dstress nocompile ./the_source_file.d
+		./dstress run ./some_dir/source.html
+
 Source code comments:
 	@author@ 		reporter / author
 	@date@ 			year-month-day