aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTorez Smith <torez.smith@linaro.org>2011-03-10 10:20:25 -0600
committerTorez Smith <torez.smith@linaro.org>2011-03-10 10:20:25 -0600
commit5c7211d55fae797d3c1b69a64e24c7b31ce6f657 (patch)
tree2b6634c6a65e234131ea00570a48db1d2f602788 /Makefile
Linaro Power Management Work Group QA
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..73d1f66
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,21 @@
+#/*******************************************************************************
+ # Copyright (C) 2011, Linaro Limited.
+ #
+ # This file is part of PM QA.
+ #
+ # All rights reserved. This program and the accompanying materials
+ # are made available under the terms of the Eclipse Public License v1.0
+ # which accompanies this distribution, and is available at
+ # http://www.eclipse.org/legal/epl-v10.html
+ #
+ # Contributors:
+ # Torez Smith <torez.smith@linaro.org> (IBM Corporation)
+ # - initial API and implementation
+ #******************************************************************************/
+
+all:
+ @(cd testcases; $(MAKE) all)
+
+clean:
+ @(cd testcases; $(MAKE) clean)
+