ia64/xen-unstable
annotate tools/check/Makefile @ 6385:f34e732ed4bf
Xenstore testsuite robustness: save output rather than rerun on failure.
"make check" reruns a test which fails with more verbosity. If the test
fails intermittently, that doesn't work well: save the output and simply
dump it if the test fails.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
"make check" reruns a test which fails with more verbosity. If the test
fails intermittently, that doesn't work well: save the output and simply
dump it if the test fails.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Tue Aug 23 19:58:59 2005 +0000 (2005-08-23) |
parents | 0a4b76b6b5a0 |
children | b454a09cddb1 |
rev | line source |
---|---|
mjw@2295 | 1 |
mjw@2295 | 2 all: build |
mjw@2295 | 3 |
mjw@2295 | 4 # Check this machine is OK for building on. |
mjw@2295 | 5 build: |
mjw@2295 | 6 ./chk build |
mjw@2295 | 7 |
mjw@2295 | 8 # Check this machine is OK for installing on. |
mjw@2295 | 9 # DO NOT use this check from 'make install' in the parent |
mjw@2295 | 10 # directory, as that target can be used to make an installable |
mjw@2295 | 11 # copy rather than actually installing. |
mjw@2295 | 12 install: |
mjw@2295 | 13 ./chk install |
mjw@2295 | 14 |
mjw@2295 | 15 clean: |
mjw@2295 | 16 ./chk clean |