summaryrefslogtreecommitdiff
path: root/xc/unsupported/test/suspex/testcases/str_hp/run_tests
blob: a64f993ca04e72b5bbe21bba618f400200c5fc1c (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#!/bin/ksh
# $XConsortium: run_tests,v 1.0 93/11/22 12:46:57 rws Exp $
#
#
#   (c) Copyright Hewlett-Packard Company, 1993, Fort Collins, Colorado       
#                                                                            
#                             All Rights Reserved                           
#                                                                          
#   Permission to use, copy, modify, and distribute this software and its 
#   documentation for any purpose and without fee is hereby granted,     
#   provided that the above copyright notices appear in all copies and that   
#   both the copyright notices and this permission notice appear in          
#   supporting documentation, and that the name of Hewlett-Packard not be   
#   used in advertising or publicity pertaining to distribution of the     
#   software without specific, written prior permission.                  
#                                                                        
#   HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS   
#   SOFTWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
#   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  Hewlett-Packard    
#   shall not be liable for errors contained herein or direct, indirect,     
#   special, incidental or consequential damages in connection with the     
#   furnishing, performance or use of this software.                       
#                                                                         
#

unset PAUSE

TESTS="str_basic \
       str_errors"

if [ $RUN_NOC = 1 ] 
then 
    REF_IMAGE_DIR=$REF_NOC; export REF_IMAGE_DIR
    CUR_IMAGE_DIR=$CUR_NOC; export CUR_IMAGE_DIR
    BAD_IMAGE_DIR=$BAD_NOC; export BAD_IMAGE_DIR
    echo "\n# Running Non-OC Mode Tests"
    for test in $TESTS
    do
	$EXECUTE_TEST $test -n
    done
fi