BUG#:5694
[tpot/pegasus/.git] / Testcimmof
1 include $(PEGASUS_ROOT)/mak/config.mak
2 include $(PEGASUS_ROOT)/mak/commands.mak
3
4 clean:
5         @$(RM) -Rf $(REPOSITORY_DIR)/repository.old
6         @$(RM) -Rf $(REPOSITORY_DIR)/repository
7         @$(RM) -Rf repository.log
8
9 poststarttests:
10         $(MAKE) -f $(ROOT)/Testcimmof -i cimstop
11         @$(RM) -Rf $(REPOSITORY_DIR)/repository.old
12         @$(RM) -Rf $(REPOSITORY_DIR)/repository
13         @$(RM) -Rf repository.log
14         @$(ECHO) $(CIM_SCHEMA_DIR)
15         $(MAKE) repository
16         @$(MOVE) $(REPOSITORY_DIR)/repository $(REPOSITORY_DIR)/repository.old
17         $(MAKE) -f $(ROOT)/Testcimmof cimstart
18         @$(SLEEP) 5 
19         @$(ECHO) $(CIM_SCHEMA_DIR)
20         $(MAKE) repositoryServer
21         @ ./diffscript $(REPOSITORY_DIR) root#cimv2/classes
22         @ ./diffscript $(REPOSITORY_DIR) root#PG_Internal/classes
23         @ ./diffscript $(REPOSITORY_DIR) root#PG_InterOp/classes
24