1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-19 08:52:15 +01:00

juint tests now use the correct jna lib again

This commit is contained in:
Cristian Maglie 2016-11-03 15:01:36 +02:00
parent 21ff728c59
commit b00185e63d

View File

@ -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>