(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.5 and 1.6

version 1.5, 2012/02/15 15:29:42 version 1.6, 2013/07/01 10:55:55
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.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2