Home | History | Annotate | Download | only in protocol
      1 #
      2 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
      3 # Use is subject to license terms.
      4 #
      5 
      6 #
      7 # BSD 3 Clause License
      8 #
      9 # Redistribution and use in source and binary forms, with or without
     10 # modification, are permitted provided that the following conditions
     11 # are met:
     12 #       - Redistributions of source code must retain the above copyright
     13 #         notice, this list of conditions and the following disclaimer.
     14 #
     15 #       - Redistributions in binary form must reproduce the above copyright
     16 #         notice, this list of conditions and the following disclaimer in
     17 #         the documentation and/or other materials provided with the
     18 #         distribution.
     19 #
     20 #       - Neither the name of Sun Microsystems, Inc. nor the
     21 #         names of its contributors may be used to endorse or promote products
     22 #         derived from this software without specific prior written permission.
     23 #
     24 # THIS SOFTWARE IS PROVIDED BY SUN MICROSYSTEMS, INC. "AS IS" AND ANY
     25 # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     26 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
     27 # DISCLAIMED. IN NO EVENT SHALL SUN MICROSYSTEMS, INC. BE LIABLE FOR ANY
     28 # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
     29 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES
     30 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
     31 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     32 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
     33 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     34 #
     35 
     36 #
     37 # ident	"@(#)tet_scen	1.3	09/04/08 SMI"
     38 #
     39 
     40 all
     41 	^DATA
     42 	^TAPE
     43 	^POST
     44 	^CONFIG
     45 	^MOVER
     46 	^SCSI
     47 	^CONNECT
     48 	
     49 	
     50 DATA
     51 	/tests/protocol-tests/DATA/tc_DATA
     52 
     53 TAPE
     54 	/tests/protocol-tests/TAPE/tc_TAPE
     55 
     56 CONFIG
     57 	/tests/protocol-tests/CONFIG/tc_CONFIG
     58 
     59 POST
     60 	/tests/protocol-tests/POST/tc_POST
     61 
     62 MOVER
     63 	/tests/protocol-tests/MOVER/tc_MOVER
     64 
     65 SCSI
     66 	/tests/protocol-tests/SCSI/tc_SCSI
     67 
     68 CONNECT
     69 	/tests/protocol-tests/CONNECT/tc_CONNECT
     70 
     71 configure
     72 	/tests/configure/tc_configure{1}
     73 
     74 unconfigure
     75 	/tests/configure/tc_configure{2}
     76 
     77