aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2008-12-17 18:38:19 +0100
committerAndi Kleen <ak@linux.intel.com>2008-12-17 18:38:19 +0100
commitf285573d198c4ace094fe8cde4539f97fb02b13c (patch)
tree915d39a8c1776472bf145d1b0cd5cbf18a35eef2 /Makefile
parent9c57e323a5e4f46a1a19b2463cb0569f89cde676 (diff)
downloadmce-test-f285573d198c4ace094fe8cde4539f97fb02b13c.tar.gz
Add test-simple target
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a691b3e..cfd99dc 100644
--- a/Makefile
+++ b/Makefile
@@ -18,3 +18,10 @@ test:
$(MAKE) reset
./drivers/simple/driver.sh simple.conf
./drivers/kdump/driver.sh kdump.conf
+
+test-simple:
+ $(MAKE) reset
+ ./drivers/simple/driver.sh simple.conf
+
+
+