File: test-unity

package info (click to toggle)
unity-java 1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,760 kB
  • sloc: ansic: 7,600; java: 6,850; sh: 349; yacc: 263; makefile: 197
file content (9 lines) | stat: -rwxr-xr-x 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

export CLASSPATH=/usr/share/java/unity.jar:/usr/share/java/junit4.jar:$AUTOPKGTEST_TMP

javac -d $AUTOPKGTEST_TMP ./src/java/test/*.java
java -ea ParseAll -t -pfits -pogip -pcds -pvounits src/grammar/testcases-%.csv
java -ea RunTests TestDimensions TestMisc