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

Diff for /pegasus/TestMakefile between version 1.15 and 1.17

version 1.15, 2004/11/15 21:51:08 version 1.17, 2005/01/11 21:25:39
Line 29 
Line 29 
 ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC) ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
     CIMSERVER_START_SERVICE = cimserver -start     CIMSERVER_START_SERVICE = cimserver -start
     CIMSERVER_STOP_SERVICE = cimserver -stop     CIMSERVER_STOP_SERVICE = cimserver -stop
     SLEEP =      SLEEP = mu sleep 5
     REMOVE_PEGASUS_DIRECTORY = mu rmdirhier pegasus     REMOVE_PEGASUS_DIRECTORY = mu rmdirhier pegasus
     MUEXE = mu.exe     MUEXE = mu.exe
     MKDIR = $(MUEXE) mkdirhier     MKDIR = $(MUEXE) mkdirhier
Line 103 
Line 103 
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile install_run         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile install_run
  
 poststarttests: poststarttests:
           $(MAKE) --directory=$(PEGASUS_ROOT)/src/Pegasus/CQL/tests/Queries -f Makefile clean
           $(MAKE) --directory=$(PEGASUS_ROOT)/src/Pegasus/Query/QueryExpression/tests/Queries -f Makefile clean
         $(MAKE) --directory=$(PEGASUS_ROOT)/test/wetest -f Makefile clean         $(MAKE) --directory=$(PEGASUS_ROOT)/test/wetest -f Makefile clean
         $(CIMSERVER_START_SERVICE)         $(CIMSERVER_START_SERVICE)
         $(SLEEP)         $(SLEEP)
Line 205 
Line 207 
 TestCimmof: TestCimmof:
         $(MAKE) -f Testcimmof poststarttests         $(MAKE) -f Testcimmof poststarttests
  
   
 RunTestClientLocal: RunTestClientLocal:
         TestClient -local         TestClient -local
  


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2