blob: f995ace4d02fc71a3799e74df943af26d416375c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
|