File: real-thing

package info (click to toggle)
cssc 1.2.0-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 3,564 kB
  • ctags: 1,387
  • sloc: cpp: 13,240; sh: 4,771; ansic: 2,992; perl: 342; makefile: 338; awk: 11
file content (16 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

# Common function definitions.
. ../common/command-names

# This defines TESTING_CSSC to "true" if we are testing CSSC, or defines 
# it to false if we are not.  In the latter case we are usually testing 
# some vendor's implementation.


if ( ${admin} -V 2>&1 ; echo umsp )  | grep CSSC >/dev/null
then
    TESTING_CSSC=true
else
    TESTING_CSSC=false
fi