X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.am;h=f5ff483c20ceeb27ec2e454ee3ff0b9d0f377ebc;hb=3b23931d1826144ec30695d9c0ba8b147a21191d;hp=cd6ba172d8fb622b81088db71d86d8a8dc92aada;hpb=bf1610e921f65c3c8133b4b25c88bec2811575bd;p=cacao.git diff --git a/tests/Makefile.am b/tests/Makefile.am index cd6ba172d..f5ff483c2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,9 +1,9 @@ ## tests/Makefile.am ## -## Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates, -## R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner, -## C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger, -## Institut f. Computersprachen - TU Wien +## Copyright (C) 1996-2005, 2006 R. Grafl, A. Krall, C. Kruegel, +## C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring, +## E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, +## J. Wenninger, Institut f. Computersprachen - TU Wien ## ## This file is part of CACAO. ## @@ -19,44 +19,45 @@ ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software -## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -## 02111-1307, USA. +## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +## 02110-1301, USA. ## -## Contact: cacao@complang.tuwien.ac.at +## Contact: cacao@cacaojvm.org ## ## Authors: Christian Thalinger ## ## Changes: -## -## $Id: Makefile.am 2602 2005-06-08 12:51:03Z twisti $ ## Process this file with automake to produce Makefile.in -SUBDIRS = codepatching kaffe native +SUBDIRS = regression EXTRA_DIST = \ - x.java x.output \ - jctest.java jctest.output \ - fptest.java fptest.output \ - fp.java fp.output \ - extest.java extest.output \ - TestBase.java TestArrayClasses.java TestArrayClasses.output \ - BasicToStrings.java BasicToStrings.output \ + hello.java \ + prop.java \ + x.java \ + x.output \ + TestBase.java \ + TestArrayClasses.java \ + TestArrayClasses.output \ + BasicToStrings.java \ + BasicToStrings.output \ GCBench.java \ - JavaPerformance.java - -JAVA = $(top_srcdir)/src/cacao/cacao -noverify -JAVAC = jikes -nowarn + JavaPerformance.java \ + param_test.java \ + exception_restore_registers.java -checkall: x.tst jctest.tst fptest.tst fp.tst extest.tst TestArrayClasses.tst BasicToStrings.tst +JAVA = $(top_builddir)/src/cacao/cacao -checkrun: GCBench.tstrun JavaPerformance.tstrun +checkall: x.tst TestArrayClasses.tst BasicToStrings.tst param_test.tst exception_restore_registers.tst %.tst: $(JAVAC) $*.java - $(JAVA) $* > $*.thisoutput - diff --brief $*.output $*.thisoutput - rm -f $*.thisoutput + sh Test.sh $(JAVA) $* +# $(JAVA) $* > $*.thisoutput +# diff --brief $*.output $*.thisoutput + $(RM) $*.thisoutput + $(RM) $*.this2output %.tstrun: $(JAVAC) $*.java