Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@arduino.cc>2016-11-03 16:01:36 +0300
committerCristian Maglie <c.maglie@arduino.cc>2016-11-03 16:01:36 +0300
commitb00185e63daff880a18411e1f3b4a91009c38607 (patch)
tree19a08dcbb4a4c1fcd5fcf175d49699f92bbed823
parent21ff728c59c1a2fb138348f4e1f6cb4999ff27f5 (diff)
juint tests now use the correct jna lib again
-rw-r--r--app/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.xml b/app/build.xml
index 30b2b1dcd..cc38670ad 100644
--- a/app/build.xml
+++ b/app/build.xml
@@ -112,6 +112,8 @@
<classpath>
<pathelement location="bin"/>
<pathelement location="test-bin"/>
+ <pathelement location="${work.dir}/lib/jna-4.2.2.jar"/>
+ <pathelement location="${work.dir}/lib/jna-platform-4.2.2.jar"/>
<path refid="class.path.test"/>
</classpath>