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

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

version 1.17, 2006/12/01 18:30:40 version 1.21, 2007/03/09 18:20:41
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 \     TestClientOSProvider \
    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/TestClientOSProvider \
    $(PEGASUS_TEST_DIR)/bin/TestPegClientInvokeMethod2 \    $(PEGASUS_TEST_DIR)/bin/TestPegClientInvokeMethod2 \
    $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@setup@@WQL \     $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@IndicationStressTestClass@@test/TestProvider@@setup@@WQL \
    $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@run@@100@@1 \     $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@IndicationStressTestClass@@test/TestProvider@@run@@100@@1 \
    $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@cleanup     $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@IndicationStressTestClass@@test/TestProvider@@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.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2