blob: 9319907e3cbc72f026ba0eb4401470bea4716b18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# define product-specific macros for QA tests
#
# Copyright (c) 1997-2002 Silicon Graphics, Inc. All Rights Reserved.
#
# set up, in case QA test is run stand alone (not from check or remake)
#
. ./common.setup
. ./localconfig
PCP_PMCD_PATH=$PCP_BINADM_DIR/pmcd
|