(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Handler / snmpIndicationHandler / tests / SnmpHandlerException

Diff for /pegasus/src/Pegasus/Handler/snmpIndicationHandler/tests/SnmpHandlerException/Makefile between version 1.4.6.1 and 1.4.6.2

version 1.4.6.1, 2013/06/03 22:36:11 version 1.4.6.2, 2013/07/20 18:32:49
Line 30 
Line 30 
 DIR = Pegasus/Handler/snmpIndicationHandler/tests/SnmpHandlerException DIR = Pegasus/Handler/snmpIndicationHandler/tests/SnmpHandlerException
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
   ifneq ($(PEGASUS_USE_NET_SNMP), true)
      $(error PEGASUS_USE_NET_SNMP option is not set)
   endif
   
 LIBRARIES = \ LIBRARIES = \
     pegconfig \     pegconfig \
     pegrepository \     pegrepository \
Line 52 
Line 56 
 include $(ROOT)/mak/program.mak include $(ROOT)/mak/program.mak
  
 tests: tests:
 ifdef PEGASUS_USE_NET_SNMP  ifeq ($(PEGASUS_USE_NET_SNMP), true)
         @$(PROGRAM)         @$(PROGRAM)
 else else
         @ $(ECHO) +++++ PEGASUS_USE_NET_SNMP is not set, test can not be run          @ $(ECHO) +++++ PEGASUS_USE_NET_SNMP is not set to true, test can not be run
 endif endif
  
 poststarttests: poststarttests:


Legend:
Removed from v.1.4.6.1  
changed lines
  Added in v.1.4.6.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2