aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/test/Makefile
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2014-03-13 16:17:40 +0100
committerMicael Karlberg <[email protected]>2014-03-14 11:16:03 +0100
commitbcfc2e4770123f067c346d96b11d9382ff2b6bcc (patch)
tree74221ef83c01ae07ab750b41009529f280f1cc47 /lib/snmp/test/Makefile
parent349497c8c1588ab47757e2c244935a13ca404484 (diff)
downloadotp-bcfc2e4770123f067c346d96b11d9382ff2b6bcc.tar.gz
otp-bcfc2e4770123f067c346d96b11d9382ff2b6bcc.tar.bz2
otp-bcfc2e4770123f067c346d96b11d9382ff2b6bcc.zip
[snmp/agent] Fixed the loop_mib test cases
Diffstat (limited to 'lib/snmp/test/Makefile')
-rw-r--r--lib/snmp/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/snmp/test/Makefile b/lib/snmp/test/Makefile
index f22b7ea8ee..7bc9dd07d4 100644
--- a/lib/snmp/test/Makefile
+++ b/lib/snmp/test/Makefile
@@ -93,10 +93,10 @@ ifeq ($(SNMP_DEBUG),e)
SNMP_FLAGS += -Dsnmp_error
endif
ifeq ($(SNMP_DEBUG),l)
- SNMP_FLAGS += -Dsnmp_log
+ SNMP_FLAGS += -Dsnmp_error -Dsnmp_log
endif
ifeq ($(SNMP_DEBUG),d)
- SNMP_FLAGS += -Dsnmp_debug
+ SNMP_FLAGS += -Dsnmp_error -Dsnmp_log -Dsnmp_debug
endif
ifeq ($(DONT_USE_TS),true)