summaryrefslogtreecommitdiffstats
path: root/kernel/include/PURPOSE
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2013-04-23 13:17:17 -0400
committerBill Peck <bpeck@redhat.com>2013-04-23 13:17:17 -0400
commitbcfbeb2fc2df8b10b747fa3c165752aa31221858 (patch)
treea0bc7d7ff55208ab11690e1e4dc5d2201253bf8b /kernel/include/PURPOSE
parent44188568f1cd5d8f36fe3361acb9a6f3f7060b48 (diff)
downloadtests-bcfbeb2fc2df8b10b747fa3c165752aa31221858.tar.gz
tests-bcfbeb2fc2df8b10b747fa3c165752aa31221858.tar.xz
tests-bcfbeb2fc2df8b10b747fa3c165752aa31221858.zip
copy and update of /kernel/include
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