# HG changeset patch # User thomask # Date 1106747923 0 # Node ID 4cf5a45bf77d3aaae13739f2eda37613e3c893e6 # Parent 9241d98c43f9853583fe1042c52eeaae1f6cba64 added testing hints to readme.txt diff -r 9241d98c43f9 -r 4cf5a45bf77d readme.txt --- 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