diff options
Diffstat (limited to 'qa/common.product')
-rw-r--r-- | qa/common.product | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qa/common.product b/qa/common.product new file mode 100644 index 0000000..9319907 --- /dev/null +++ b/qa/common.product @@ -0,0 +1,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 |