68be5cca406a7338ab71c086465704bf32123bc1
[cacao.git] / tests / Makefile.am
1 EXTRA_DIST = x.java x.output
2
3 check: 
4         ../cacao -ieee sun.tools.javac.Main x.java
5         ../cacao x >x.thisoutput
6         @if test "`diff --brief x.thisoutput x.output`" = ""; then \
7                 echo "*** Test completed successfully"; \
8         else \
9                 echo "*** Test failed"; fi;
10         @rm -f x.thisoutput