summaryrefslogtreecommitdiff
path: root/test~/addtask-2.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'test~/addtask-2.0.oe')
-rw-r--r--test~/addtask-2.0.oe6
1 files changed, 6 insertions, 0 deletions
diff --git a/test~/addtask-2.0.oe b/test~/addtask-2.0.oe
index e69de29bb2..45f3570a6f 100644
--- a/test~/addtask-2.0.oe
+++ b/test~/addtask-2.0.oe
@@ -0,0 +1,6 @@
+do_whee() {
+ oenote "testing, testing, 1 .. 2 .. 3 .."
+}
+
+# insert whee task between staging and install
+addtask whee 'stage compile' "install"