aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHaicheng Li <haicheng.li@linux.intel.com>2010-03-09 14:22:40 +0800
committerAndi Kleen <ak@linux.intel.com>2010-03-13 00:00:05 +0100
commita03bc02b3c7ed042c85bff1a39d2bfee02402865 (patch)
tree07ad3f3e2605413e3d044db1572e668319442a27 /Makefile
parent9c111c7f162b18f540c75c52c31b7c9a0f863199 (diff)
downloadmce-test-a03bc02b3c7ed042c85bff1a39d2bfee02402865.tar.gz
stress: add make test support.
Signed-off-by: Haicheng Li <haicheng.li@linux.intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f46220..f0cdc21 100644
--- a/Makefile
+++ b/Makefile
@@ -22,13 +22,17 @@ reset:
rm -rf work/*
rm -rf results/*
-test: test-simple
+test: test-simple test-stress
test-simple:
$(MAKE) reset
./drivers/simple/driver.sh simple.conf
$(MAKE) -C tsrc test
+# requires LTP & page-types to be installed
+test-stress:
+ $(MAKE) -C stress test
+
# requires special packages to be installed
test-kdump:
$(MAKE) reset