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

Diff for /pegasus/TestMakefile between version 1.105 and 1.106.4.1

version 1.105, 2010/10/29 05:29:46 version 1.106.4.1, 2012/10/26 04:08:28
Line 312 
Line 312 
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile cimprovagt32tests         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile cimprovagt32tests
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_idleConnectionTimeout1         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_idleConnectionTimeout1
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_idleConnectionTimeout2         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_idleConnectionTimeout2
           $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_providerReregisterTests
 ##################### #####################
 # #
 # stresstests # stresstests
Line 868 
Line 868 
        $(MAKE)@@--directory \        $(MAKE)@@--directory \
             $(PEGASUS_ROOT)/src/Providers/TestProviders -f@@Makefile.cimprovagt32tests@@cimprovagt32tests             $(PEGASUS_ROOT)/src/Providers/TestProviders -f@@Makefile.cimprovagt32tests@@cimprovagt32tests
 cimprovagt32tests: FORCE cimprovagt32tests: FORCE
   ifdef PEGASUS_PLATFORM_FOR_32BIT_PROVIDER_SUPPORT
         $(MAKE) -f $(PEGASUS_ROOT)/TestMakefile runTestSuite \         $(MAKE) -f $(PEGASUS_ROOT)/TestMakefile runTestSuite \
             CIMSERVER_CONFIG_OPTIONS="$(TEST_32BIT_CONFIG_OPTIONS)" \             CIMSERVER_CONFIG_OPTIONS="$(TEST_32BIT_CONFIG_OPTIONS)" \
             TESTSUITE_CMDS="$(TEST_32BIT_CMDS)"             TESTSUITE_CMDS="$(TEST_32BIT_CMDS)"
   else
           @$(ECHO) "PEGASUS_PLATFORM_FOR_32BIT_PROVIDER_SUPPORT not defined, skipping 32-bit tests..."
   endif
  
   #############################################################################
   #
   # Provider reregistration tests.
   #
   ##############################################################################
   run_providerReregisterTests:FORCE
           $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstop
           $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart
           $(MAKE) --directory $(PEGASUS_ROOT)/src/Providers/TestProviders/IndicationStressTestProvider/testclient -f Makefile createSubscriptions
           $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstop
           $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart
           $(MAKE) --directory $(PEGASUS_ROOT)/src/Providers/TestProviders/IndicationStressTestProvider/testclient -f Makefile reregister_providerTests
           $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstop
 ############################################################################## ##############################################################################
 ## ##
 ## TestXMLRepository rule is used to run the poststarttests suite on ## TestXMLRepository rule is used to run the poststarttests suite on


Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2