Skip to content

Commit 2fffbc8

Browse files
committed
macOS: Add junit to build.xml (fixes issue chromiumembedded#340)
1 parent 7f3a577 commit 2fffbc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<include name="jogl-all.jar"/>
2020
<include name="jogl-all-natives-macosx-universal.jar"/>
2121
</fileset>
22+
<fileset dir="third_party/junit" includes="junit*.jar"/>
2223
</path>
2324

2425
<target name="compile">
@@ -70,6 +71,7 @@
7071
<include name="jogl-all.jar" />
7172
<include name="jogl-all-natives-macosx-universal.jar" />
7273
</classpath>
74+
<classpath dir="third_party/junit" includes="junit*.jar"/>
7375
<option value="-Djava.library.path=$APP_ROOT/Contents/Java/:$APP_ROOT/Contents/Frameworks/Chromium Embedded Framework.framework/Libraries" />
7476
</bundleapp>
7577
</target>

0 commit comments

Comments
 (0)