summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2014-10-07 06:51:15 +0100
committerBernard Ogden <bernie.ogden@linaro.org>2014-10-07 06:51:15 +0100
commit512838e3fd2c63b9223d8f9f2f0dfc209f858159 (patch)
treec73201039a0fb4a68982c4880c47271033031581
First commit
-rw-r--r--Makefile13
-rw-r--r--fake/Makefile8
-rwxr-xr-xfake/run.sh6
3 files changed, 27 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d97e746
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+build:
+ echo "Did build"
+
+docs:
+
+info:
+
+man:
+
+install:
+
+linarobench:
+ $(MAKE) -C fake check > linarobenchlog
diff --git a/fake/Makefile b/fake/Makefile
new file mode 100644
index 0000000..341626b
--- /dev/null
+++ b/fake/Makefile
@@ -0,0 +1,8 @@
+all:
+ echo all
+
+check:
+ ./run.sh
+
+clean:
+ echo recurse
diff --git a/fake/run.sh b/fake/run.sh
new file mode 100755
index 0000000..5e2fe73
--- /dev/null
+++ b/fake/run.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+#sleep 960
+#sleep 3600
+echo "Ran a benchmark"
+echo "Some stderr" 1>&2