(file) Return to Makefile.ReleaseTest CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/Makefile.ReleaseTest between version 1.17 and 1.18

version 1.17, 2006/12/01 18:30:40 version 1.18, 2007/01/23 19:52:50
Line 105 
Line 105 
    libIndicationStressTestConsumer \    libIndicationStressTestConsumer \
    libIndicationStressTestProvider    libIndicationStressTestProvider
  
   ifdef PEGASUS_USE_NET_SNMP
      PEGASUS_TEST_PROVIDERS += \
         libRT_IndicationProvider
   endif
   
 POSTSTARTTEST_FILES = \ POSTSTARTTEST_FILES = \
    TestClient \    TestClient \
    TestOSTestClient \    TestOSTestClient \
    TestPegClientInvokeMethod2 \    TestPegClientInvokeMethod2 \
    TestIndicationStressTest    TestIndicationStressTest
  
   ifdef PEGASUS_USE_NET_SNMP
      POSTSTARTTEST_FILES += \
         TestSnmpHandler
   endif
   
 POSTSTARTTEST_CMDS = \ POSTSTARTTEST_CMDS = \
    $(PEGASUS_TEST_DIR)/bin/TestClient@@-local \    $(PEGASUS_TEST_DIR)/bin/TestClient@@-local \
    $(PEGASUS_TEST_DIR)/bin/TestOSTestClient \    $(PEGASUS_TEST_DIR)/bin/TestOSTestClient \
Line 119 
Line 129 
    $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@run@@100@@1 \    $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@run@@100@@1 \
    $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@cleanup    $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@cleanup
  
   ifdef PEGASUS_USE_NET_SNMP
      POSTSTARTTEST_CMDS += \
      $(PEGASUS_TEST_DIR)/bin/TestSnmpHandler@@setup@@WQL \
      $(PEGASUS_TEST_DIR)/bin/TestSnmpHandler@@run@@4@@2 \
      $(PEGASUS_TEST_DIR)/bin/TestSnmpHandler@@cleanup \
      $(PEGASUS_TEST_DIR)/bin/TestSnmpHandler@@removelog
   endif
   
 TESTSUITE_CMDS_1 = \ TESTSUITE_CMDS_1 = \
    $(MAKE)@@poststarttests    $(MAKE)@@poststarttests
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2