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

Diff for /pegasus/Attic/Testcimmof between version 1.1 and 1.3.46.2

version 1.1, 2002/07/15 06:22:11 version 1.3.46.2, 2007/01/11 01:34:33
Line 1 
Line 1 
 include $(PEGASUS_ROOT)/mak/config.mak include $(PEGASUS_ROOT)/mak/config.mak
 include $(PEGASUS_ROOT)/mak/test.mak  include $(PEGASUS_ROOT)/mak/commands.mak
   
 SCHEMA_VER=25  
 SCHEMA_DIR=CIM$(SCHEMA_VER)  
 MOF_PATH = $(ROOT)/Schemas/$(SCHEMA_DIR)  
   
 NAMESPACE=root/cimv2  
  
 clean: clean:
         @rm -Rf $(REPOSITORY_DIR)/repository.old          @$(RM) -Rf $(REPOSITORY_DIR)/repository.old
         @rm -Rf $(REPOSITORY_DIR)/repository          @$(RM) -Rf $(REPOSITORY_DIR)/repository
         @rm -Rf repository.log          @$(RM) -Rf repository.log
  
 poststarttests: poststarttests:
         $(CIMSERVER_STOP_SERVICE)          $(MAKE) -f $(ROOT)/Testcimmof -i cimstop
         @rm -Rf $(REPOSITORY_DIR)/repository.old          @$(RM) -Rf $(REPOSITORY_DIR)/repository.old
         @rm -Rf $(REPOSITORY_DIR)/repository          @$(RM) -Rf $(REPOSITORY_DIR)/repository
         @rm -Rf repository.log          @$(RM) -Rf repository.log
         @ echo $(MOF_PATH)          @$(ECHO) $(CIM_SCHEMA_DIR)
         $(MAKE) repository         $(MAKE) repository
         @mv $(REPOSITORY_DIR)/repository $(REPOSITORY_DIR)/repository.old          @$(MOVE) $(REPOSITORY_DIR)/repository $(REPOSITORY_DIR)/repository.old
         $(CIMSERVER_START_SERVICE)          $(MAKE) -f $(ROOT)/Testcimmof cimstart
         @sleep 5          @$(SLEEP) 5
         @ echo $(MOF_PATH)          @$(ECHO) $(CIM_SCHEMA_DIR)
         $(MAKE) repositoryServer         $(MAKE) repositoryServer
         @ diffscript $(REPOSITORY_DIR) root#cimv2/classes          @ ./diffscript $(REPOSITORY_DIR) root#cimv2/classes
         @ diffscript $(REPOSITORY_DIR) root#PG_Internal/classes          @ ./diffscript $(REPOSITORY_DIR) root#PG_Internal/classes
         @ diffscript $(REPOSITORY_DIR) root#PG_InterOp/classes          @ ./diffscript $(REPOSITORY_DIR) root#PG_InterOp/classes
  


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3.46.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2