From bcfbeb2fc2df8b10b747fa3c165752aa31221858 Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Tue, 23 Apr 2013 13:17:17 -0400 Subject: copy and update of /kernel/include --- kernel/include/PURPOSE | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 kernel/include/PURPOSE (limited to 'kernel/include/PURPOSE') 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 +# Jeff Burke +# +# =========================================================== +# +# 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 -- cgit