Skip to content

Commit 13fd277

Browse files
committed
Added unit-test jars into eclipse project class path
1 parent 6aff4f4 commit 13fd277

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/.classpath

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<classpathentry kind="lib" path="lib/jsch-0.1.50.jar"/>
1616
<classpathentry kind="lib" path="lib/jssc-2.8.0.jar"/>
1717
<classpathentry kind="lib" path="test-lib/junit-4.11.jar"/>
18+
<classpathentry kind="lib" path="test-lib/fest-assert-1.2.jar"/>
19+
<classpathentry kind="lib" path="test-lib/fest-reflect-1.2.jar"/>
20+
<classpathentry kind="lib" path="test-lib/fest-swing-1.2.jar"/>
21+
<classpathentry kind="lib" path="test-lib/fest-util-1.1.2.jar"/>
1822
<classpathentry combineaccessrules="false" kind="src" path="/arduino-core"/>
1923
<classpathentry kind="output" path="bin"/>
2024
</classpath>

0 commit comments

Comments
 (0)