(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Clients

 1 karl  1.16  ROOT = $(PEGASUS_ROOT)
 2 karl  1.1  
 3            include $(ROOT)/mak/config.mak
 4            
 5 kumpf 1.10 DIRS = \
 6 karl  1.20     CLITestClients \
 7 kumpf 1.37     CGIClient \
 8                CGIClient/tests \
 9 kumpf 1.10     TestClient \
10                cliutils \
11                cimconfig \
12                cimuser \
13                cimauth \
14 kumpf 1.14     cimprovider \
15 kumpf 1.17     cimprovider/tests \
16 kumpf 1.18     osinfo \
17 kumpf 1.10     wbemexec \
18 kumpf 1.22     tomof \
19 chuck 1.23     ipinfo \
20 kumpf 1.24     g11ntest \
21 marek 1.26     benchmarkTest \
22 w.white 1.27     cimperf \
23 nag.boranna 1.28     MCCATestClient \
24 sushma.fernandes 1.31     repupgrade  \
25 sushma.fernandes 1.32     repupgrade/SSPModules/SampleSSPModule \
26 w.white          1.38     SendTestIndications \
27 sushma.fernandes 1.32     repupgrade/tests
28 karl             1.20 
29 denise.eckstein  1.33 ifndef PEGASUS_XML_ORDERING_DEFECT_ENCOUNTERED
30                         DIRS += \
31 denise.eckstein  1.34     wbemexec/tests
32 denise.eckstein  1.33 endif
33                       
34 kumpf            1.21 ifeq ($(OS),HPUX)
35                         DIRS += \
36                           ntpinfo \
37 kumpf            1.25     dnsinfo \
38                           nisinfo
39 kumpf            1.21 endif
40                       
41 gs.keenan        1.30 ifeq ($(OS),VMS)
42                         DIRS += \
43                           ntpinfo \
44                           dnsinfo \
45                           nisinfo
46                       endif
47                       
48 nag.boranna      1.29 DIRS_SSLTRUSTMGR = \
49                           ssltrustmgr 
50                       
51                       ifdef PEGASUS_HAS_SSL
52 h.sterling       1.35   DIRS += \
53                           $(DIRS_SSLTRUSTMGR) \
54 h.sterling       1.36     ssltrustmgr/tests \
55 h.sterling       1.35     TestCertClient
56 nag.boranna      1.29 endif
57 kumpf            1.15 
58                       #The following tests are NOT included as part of the standard
59                       #regession test.  The cimuser tests require PrivilegedUser
60                       #access to execute successfully.  The cimconfig tests modify
61                       #configuration files.
62                       
63                       XDIRS = \
64                           cimconfig/tests \
65                           cimuser/tests 
66 karl             1.1  
67                       include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2