From: wolf Date: Mon, 21 Apr 2003 16:44:51 +0000 (+0000) Subject: OK, think I mostly got it now... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c261093c6a5d2bc30d566b04f27d1b5c14f673fa;p=dealii-svn.git OK, think I mostly got it now... git-svn-id: https://svn.dealii.org/trunk@7428 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/README b/tests/README index ed090abffd..2513d2837e 100644 --- a/tests/README +++ b/tests/README @@ -29,17 +29,19 @@ Running the tests on a new platform 1) Link the subdirectory in results, matching your platform most closely to a directory ./compare. 2) Run the tests and check the results. -3) Run 'make resultname' and remember the output $N -4a) if all results are good edit Makefile in results and add a link to - $N. Edit .cvsignore accordingly. -4b) else, create a directory in results named $N and add it to cvs. +3) Run 'make resultname' and remember the output $TARGET_COMPILER +4a) if all results are good edit results/Makefile and create an alias + linking the existing directory to $TARGET_COMPILER. Edit + .cvsignore accordingly. +4b) else, create a directory in results named $TARGET_COMPILER and + add it to cvs. 4c) if all results in a subdirectory are ok, do the link thing in 4a for the subdir. 4d) else continue with 5 5) Run make output in the subdirectories necessary. -6) Create subdirectories in results/$N named as in tests and copy - the output files there. Add them to cvs. Consider links for large - coinciding files. +6) Create subdirectories in results/$TARGET_COMPILER named as in tests + and copy the output files there. Add them to cvs. Consider links + for large coinciding files. 7) Check in. Remove the link compare and the results subdirectory. 8) cvs update -d 9) Run the tests to see if everything works.