File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ hardware/arduino/bootloaders/caterina_LUFA/.dep/
16
16
.gitignore
17
17
build /windows /work /
18
18
build /linux /work /
19
+ test-bin
Original file line number Diff line number Diff line change 3
3
4
4
<target name =" clean" description =" Clean the build directories" >
5
5
<delete dir =" bin" />
6
+ <delete dir =" test-bin" />
6
7
<delete file =" pde.jar" />
7
8
</target >
8
9
49
50
</copy >
50
51
</target >
51
52
52
- <target name =" test" description =" Runs the test" >
53
+ <target name =" test" depends = " compile " description =" Runs the test" >
53
54
<mkdir dir =" test-bin" />
54
55
55
56
<javac source =" 1.5" target =" 1.5"
88
89
<pathelement location =" test-lib/junit-4.11.jar" />
89
90
</classpath >
90
91
91
- <formatter type =" plain " />
92
+ <formatter type =" xml " />
92
93
93
94
<batchtest fork =" yes" todir =" test-bin" >
94
95
<fileset dir =" test" >
99
100
100
101
</target >
101
102
102
- <target name =" build" depends =" compile, test" description =" Build PDE" >
103
+ <target name =" build" depends =" test" description =" Build PDE" >
103
104
<jar basedir =" bin" destfile =" pde.jar" />
104
105
</target >
105
106
</project >
You can’t perform that action at this time.
0 commit comments