aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2009-12-14 16:25:52 +0100
committerAndi Kleen <ak@linux.intel.com>2009-12-14 16:25:52 +0100
commit0f3b1e18258ae29460094040998bdd82997707bb (patch)
treed34c59cc8ab274d8911c63bb039a297415b9bd3c
parent0bfd11b869848b413879b82f8a39e23ac8865cee (diff)
downloadmce-test-0f3b1e18258ae29460094040998bdd82997707bb.tar.gz
Add make test-kernel to tsrc
Signed-off-by: Andi Kleen <ak@linux.intel.com>
-rw-r--r--tsrc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tsrc/Makefile b/tsrc/Makefile
index d8ab369..5a9e033 100644
--- a/tsrc/Makefile
+++ b/tsrc/Makefile
@@ -64,5 +64,8 @@ soft: standalone
echo "Running soft offliner for 60 seconds"
./random_offline -t 60
+test-kernel: tcases
+ ./tcases
+