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

Diff for /pegasus/TestMakefile between version 1.11.2.1 and 1.14

version 1.11.2.1, 2004/04/02 21:20:43 version 1.14, 2004/07/21 01:26:41
Line 36 
Line 36 
   TESTS = prestarttests poststarttests   TESTS = prestarttests poststarttests
 endif endif
  
   ifeq ($(PEGASUS_PLATFORM),DARWIN_PPC_GNU)
   CIMSERVER_START_SERVICE = cimserver
   CIMSERVER_STOP_SERVICE = cimserver -s; true
   SLEEP = sleep 5
   MUEXE = mu
   MKDIR = $(MUEXE) mkdirhier
   TESTS = prestarttests poststarttests
   endif
   
 ifeq ($(OS),HPUX) ifeq ($(OS),HPUX)
   CIMSERVER_START_SERVICE = cimserver   CIMSERVER_START_SERVICE = cimserver
   CIMSERVER_STOP_SERVICE = cimserver -s; true   CIMSERVER_STOP_SERVICE = cimserver -s; true
Line 91 
Line 100 
         $(MAKE) -f Makefile repository         $(MAKE) -f Makefile repository
         $(MAKE) -f Makefile testrepository         $(MAKE) -f Makefile testrepository
         $(MAKE) -f Makefile tests         $(MAKE) -f Makefile tests
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile install          $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile install_run
  
 poststarttests: poststarttests:
         $(MAKE) --directory=$(PEGASUS_ROOT)/test/wetest -f Makefile clean         $(MAKE) --directory=$(PEGASUS_ROOT)/test/wetest -f Makefile clean


Legend:
Removed from v.1.11.2.1  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2