aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/test/Makefile
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-04-14 12:27:04 +0200
committerMicael Karlberg <[email protected]>2011-04-14 12:27:04 +0200
commitc733034aa59ee536b166e2c676bb0239ee62b1a6 (patch)
tree9775e5efbd00b1aa2d8e69da6fa8dcb36153fc9e /lib/snmp/test/Makefile
parent29ac3cf1c1e6620344192944ebeae7ee8f220bb7 (diff)
downloadotp-c733034aa59ee536b166e2c676bb0239ee62b1a6.tar.gz
otp-c733034aa59ee536b166e2c676bb0239ee62b1a6.tar.bz2
otp-c733034aa59ee536b166e2c676bb0239ee62b1a6.zip
First test case for request API version 3.
Diffstat (limited to 'lib/snmp/test/Makefile')
-rw-r--r--lib/snmp/test/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/snmp/test/Makefile b/lib/snmp/test/Makefile
index b7975024b4..0e9c73081d 100644
--- a/lib/snmp/test/Makefile
+++ b/lib/snmp/test/Makefile
@@ -145,9 +145,12 @@ endif
# ----------------------------------------------------
EBIN = .
-ERL_COMPILE_FLAGS += -I../src \
+ERL_COMPILE_FLAGS += -I../../snmp/src/app \
+ -I../../snmp/src/misc \
+ -I../../snmp/src/agent \
+ -I../../snmp/src/manager \
-I$(ERL_TOP)/lib/test_server/include \
- -I../include \
+ -I../../snmp/include \
-Dsnmp_test_data=snmp_test_data \
-Dversion=\"$(VSN)$(PRE_VSN)\" \
+'{parse_transform,sys_pre_attributes}' \