(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 jim.wunderlich   1.39     repupgrade/tests \
28                           wbemexec/tests
29 karl             1.20 
30 denise.eckstein  1.33 
31 kumpf            1.21 ifeq ($(OS),HPUX)
32                         DIRS += \
33                           ntpinfo \
34 kumpf            1.25     dnsinfo \
35                           nisinfo
36 kumpf            1.21 endif
37                       
38 gs.keenan        1.30 ifeq ($(OS),VMS)
39                         DIRS += \
40                           ntpinfo \
41                           dnsinfo \
42                           nisinfo
43                       endif
44                       
45 nag.boranna      1.29 DIRS_SSLTRUSTMGR = \
46                           ssltrustmgr 
47                       
48                       ifdef PEGASUS_HAS_SSL
49 h.sterling       1.35   DIRS += \
50                           $(DIRS_SSLTRUSTMGR) \
51 h.sterling       1.36     ssltrustmgr/tests \
52 h.sterling       1.35     TestCertClient
53 nag.boranna      1.29 endif
54 kumpf            1.15 
55                       #The following tests are NOT included as part of the standard
56                       #regession test.  The cimuser tests require PrivilegedUser
57                       #access to execute successfully.  The cimconfig tests modify
58                       #configuration files.
59                       
60                       XDIRS = \
61                           cimconfig/tests \
62                           cimuser/tests 
63 karl             1.1  
64                       include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2