diff options
| author | J08nY | 2019-03-04 14:47:08 +0100 |
|---|---|---|
| committer | J08nY | 2019-03-04 14:47:08 +0100 |
| commit | 49a2dff91b3b506345e31770f77534b40ac4e381 (patch) | |
| tree | 31eb595ba4d6887c5d5fb8e45cab8a0272c1bc69 /build.xml | |
| parent | 08cdda311e3360db27819045f2336803588ebf38 (diff) | |
| download | ECTester-49a2dff91b3b506345e31770f77534b40ac4e381.tar.gz ECTester-49a2dff91b3b506345e31770f77534b40ac4e381.tar.zst ECTester-49a2dff91b3b506345e31770f77534b40ac4e381.zip | |
Add better semi-random generation of inputs in tests.
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ <ant antfile="build-reader.xml" target="package"/> <ant antfile="build-standalone.xml" target="package"/> </target> + <target name="upload"> + <ant antfile="build-applet.xml" target="upload"/> + </target> <target name="clean"> <ant antfile="build-applet.xml" target="clean"/> <ant antfile="build-reader.xml" target="clean"/> |
