(file) Return to TestMakefile CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/TestMakefile between version 1.106.2.1 and 1.107

version 1.106.2.1, 2011/10/11 18:17:09 version 1.107, 2011/07/29 10:15:27
Line 306 
Line 306 
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_SDK_TS1         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_SDK_TS1
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_ExportClientSSL_TS1         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_ExportClientSSL_TS1
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_Cimserver_Availability         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_Cimserver_Availability
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_sslCipherSuiteTests  
 ifeq ($(PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER),true) ifeq ($(PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER),true)
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_Cmpi_Sub         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_Cmpi_Sub
 endif endif
Line 678 
Line 677 
         $(ECHO) "PEGASUS_HAS_SSL not defined - Not Creating SSL certificate for test"         $(ECHO) "PEGASUS_HAS_SSL not defined - Not Creating SSL certificate for test"
 endif endif
  
 ############################################################################  
 ##  
 ##  run_sslCipherSuiteTests  
 ##  
 ##  Configuration Options: enableHttpsConnection=true  
 ##                         sslCipherSuite=HIGH  
 ##  
 ############################################################################  
   
 SSL_CIPHER_SUITE_TEST_CONFIG_OPTIONS= enableHttpsConnection=true sslCipherSuite=HIGH  
 SSL_CIPHER_SUITE_TEST_CMDS= \  
         $(MAKE)@@--directory \  
             $(PEGASUS_ROOT)/src/Pegasus/Client/tests/SSLCipherVerification/ \  
             -f@@Makefile@@sslCipherSuiteTests  
   
 ifdef PEGASUS_HAS_SSL  
 run_sslCipherSuiteTests:  
         @$(MAKE) -f $(PEGASUS_ROOT)/TestMakefile runTestSuite \  
              CIMSERVER_CONFIG_OPTIONS="$(SSL_CIPHER_SUITE_TEST_CONFIG_OPTIONS)" \  
              TESTSUITE_CMDS="$(SSL_CIPHER_SUITE_TEST_CMDS)"  
 else  
 run_sslCipherSuiteTests: FORCE  
         @ $(ECHO) "+++++ PEGASUS_HAS_SSL not defined: Skipping run_sslCipherSuiteTests"  
 endif  
   
   
 ############################################################################### ###############################################################################
 ##  G11N Test Suite 1: Globalization Tests ##  G11N Test Suite 1: Globalization Tests
 ## ##


Legend:
Removed from v.1.106.2.1  
changed lines
  Added in v.1.107

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2