summaryrefslogtreecommitdiff
path: root/test~
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-06-10 05:16:07 +0000
committerChris Larson <clarson@kergoth.com>2003-06-10 05:16:07 +0000
commita8b661d2488e58c5db91b453c25bc0d09f33f7f3 (patch)
treeeb76bfb2af9120fc8304613e99d903e9d4de87f7 /test~
parentebab3d31a44915cde0e78869027e1fdb56f4eccd (diff)
Uncomment addtask call.
BKrev: 3ee56997fj4Y7XKMgs4RSdYrrkNiSA
Diffstat (limited to 'test~')
-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"