diff options
| author | Bill Peck <bpeck@redhat.com> | 2013-04-23 13:17:17 -0400 |
|---|---|---|
| committer | Bill Peck <bpeck@redhat.com> | 2013-04-23 13:17:17 -0400 |
| commit | bcfbeb2fc2df8b10b747fa3c165752aa31221858 (patch) | |
| tree | a0bc7d7ff55208ab11690e1e4dc5d2201253bf8b /kernel/include/PURPOSE | |
| parent | 44188568f1cd5d8f36fe3361acb9a6f3f7060b48 (diff) | |
| download | tests-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/PURPOSE | 27 |
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 |
