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

File: [Pegasus] / pegasus / src / Clients / Makefile (download)
Revision: 1.39, Thu Mar 24 22:39:57 2005 UTC (19 years, 2 months ago) by jim.wunderlich
Branch: MAIN
Changes since 1.38: +2 -5 lines
BUG#: 2283

TITLE: static response comparsion (diff) tests are not reliable

DESCRIPTION: added SW to enable use of DIFFSORT function selectively
             reenabled disabled test using DIFFSORT
             used PEGASUS_XML_ORDERING_DEFECT_ENCOUNTERED=on to enable
                using DIFFSORT if it is not defined then the test
                revert to the normal DIFF

 ROOT = $(PEGASUS_ROOT)

include $(ROOT)/mak/config.mak

DIRS = \
    CLITestClients \
    CGIClient \
    CGIClient/tests \
    TestClient \
    cliutils \
    cimconfig \
    cimuser \
    cimauth \
    cimprovider \
    cimprovider/tests \
    osinfo \
    wbemexec \
    tomof \
    ipinfo \
    g11ntest \
    benchmarkTest \
    cimperf \
    MCCATestClient \
    repupgrade  \
    repupgrade/SSPModules/SampleSSPModule \
    SendTestIndications \
    repupgrade/tests \
    wbemexec/tests


ifeq ($(OS),HPUX)
  DIRS += \
    ntpinfo \
    dnsinfo \
    nisinfo
endif

ifeq ($(OS),VMS)
  DIRS += \
    ntpinfo \
    dnsinfo \
    nisinfo
endif

DIRS_SSLTRUSTMGR = \
    ssltrustmgr 

ifdef PEGASUS_HAS_SSL
  DIRS += \
    $(DIRS_SSLTRUSTMGR) \
    ssltrustmgr/tests \
    TestCertClient
endif

#The following tests are NOT included as part of the standard
#regession test.  The cimuser tests require PrivilegedUser
#access to execute successfully.  The cimconfig tests modify
#configuration files.

XDIRS = \
    cimconfig/tests \
    cimuser/tests 

include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2