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

Diff for /pegasus/Makefile.ReleaseTest between version 1.30 and 1.31

version 1.30, 2008/12/16 18:55:33 version 1.31, 2013/07/01 10:55:50
Line 103 
Line 103 
    libIndicationStressTestConsumer \    libIndicationStressTestConsumer \
    libIndicationStressTestProvider    libIndicationStressTestProvider
  
 ifdef PEGASUS_USE_NET_SNMP  ifeq ($(PEGASUS_USE_NET_SNMP),true)
    PEGASUS_TEST_PROVIDERS += \    PEGASUS_TEST_PROVIDERS += \
       libIndicationTestProvider       libIndicationTestProvider
 endif endif
Line 114 
Line 114 
    TestPegClientInvokeMethod2 \    TestPegClientInvokeMethod2 \
    TestIndicationStressTest    TestIndicationStressTest
  
 ifdef PEGASUS_USE_NET_SNMP  ifeq ($(PEGASUS_USE_NET_SNMP),true)
    POSTSTARTTEST_FILES += \    POSTSTARTTEST_FILES += \
       TestSnmpHandler       TestSnmpHandler
 endif endif
Line 127 
Line 127 
    $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@IndicationStressTestClass@@test/TestProvider@@run@@100@@1 \    $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@IndicationStressTestClass@@test/TestProvider@@run@@100@@1 \
    $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@IndicationStressTestClass@@test/TestProvider@@cleanup    $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@IndicationStressTestClass@@test/TestProvider@@cleanup
  
 ifdef PEGASUS_USE_NET_SNMP  ifeq ($(PEGASUS_USE_NET_SNMP),true)
    POSTSTARTTEST_CMDS += \    POSTSTARTTEST_CMDS += \
    $(PEGASUS_TEST_DIR)/bin/TestSnmpHandler@@setup@@WQL \    $(PEGASUS_TEST_DIR)/bin/TestSnmpHandler@@setup@@WQL \
    $(PEGASUS_TEST_DIR)/bin/TestSnmpHandler@@run@@4@@2 \    $(PEGASUS_TEST_DIR)/bin/TestSnmpHandler@@run@@4@@2 \


Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2