aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi, Haicheng <haicheng.li@intel.com>2010-05-20 19:42:27 +0800
committerAndi Kleen <ak@linux.intel.com>2010-05-20 15:21:44 +0200
commit204f0ec7278802a5f3a685918b6152459ddefc01 (patch)
treee24aa2e6b50215b693448d52052efe0790f3dc2f
parent661c7f1add04821ebbe87268a92a107bdb143604 (diff)
downloadmce-test-204f0ec7278802a5f3a685918b6152459ddefc01.tar.gz
stress, Makefile: make test should depend on make all
If hwpoison.sh is executed from the top level Makefile, it doesn't compile/install the required binaries. The Makefile in mce-test/stress works correctly. ... Test aborted by unexpected error! [error] !!! no bin subdir there !!! Reported-by: Evan McNabb <emcnabb@redhat.com> Signed-off-by: Haicheng Li <haicheng.li@intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com>
-rw-r--r--stress/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stress/Makefile b/stress/Makefile
index 700e3e1..2469b30 100644
--- a/stress/Makefile
+++ b/stress/Makefile
@@ -14,7 +14,7 @@ clean:
distclean: clean
-test: stress-soft stress-hard
+test: all stress-soft stress-hard
stress-soft:
@echo "run soft stress tester for 60 seconds"