summaryrefslogtreecommitdiffstats
path: root/kernel/include/PURPOSE
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/PURPOSE')
-rw-r--r--kernel/include/PURPOSE27
1 files changed, 27 insertions, 0 deletions
diff --git a/kernel/include/PURPOSE b/kernel/include/PURPOSE
new file mode 100644
index 0000000..f995ace
--- /dev/null
+++ b/kernel/include/PURPOSE
@@ -0,0 +1,27 @@
+# ===========================================================
+#
+# PURPOSE file for:
+# Kernel Testing Include File
+# /kernel/include/runtest.sh
+# test(/kernel/include)
+#
+# Description:
+# This is the Shell library for including common functions
+# and/or variables for Kernel Testing Tasks.
+#
+# Author(s):
+# Paul Bunyan <pbunyan@redhat.com>
+# Jeff Burke <jburke@redhat.com>
+#
+# ===========================================================
+#
+# Two lines will need be added to each task that will source
+# this "include" file:
+# [1] For each task add the following to the runtest.sh script:
+# . /mnt/tests/kernel/include/runtest.sh
+#
+# [2] For each task add the following to the Makefile:
+# @echo "RhtsRequires: test(/kernel/include)" >>$(METADATA)
+#
+# ===========================================================
+# EndFile