mccoyst / tact

Tact automatically adds certain runtime checks to Java bytecode in class files.
0 stars 0 forks source link

test target is not doing anything? #25

Closed mccoyst closed 9 years ago

mccoyst commented 9 years ago

The target is run by Travis, but there should be junit output:

$ ant test
Buildfile: /home/travis/build/mccoyst/tact/build.xml
init:
    [mkdir] Created dir: /home/travis/build/mccoyst/tact/build
compile:
    [javac] Compiling 13 source files to /home/travis/build/mccoyst/tact/build
jar:
      [jar] Building jar: /home/travis/build/mccoyst/tact/tact.jar
      [jar] Building jar: /home/travis/build/mccoyst/tact/files.jar
      [jar] Building jar: /home/travis/build/mccoyst/tact/progs.jar
test:

BUILD SUCCESSFUL
Total time: 3 seconds
The command "ant test" exited with 0.
Done. Your build exited with 0.
mccoyst commented 9 years ago

It's running and the tests are passing. The junit task just doesn't print anything.