From: twisti Date: Wed, 23 Nov 2005 22:33:55 +0000 (+0000) Subject: * EXTRA_DIST: Added with all files. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=b8091573d2f5a6e9a92f74713c53486711124e65;p=cacao.git * EXTRA_DIST: Added with all files. --- diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index 25cdf8c83..c7f19f5e4 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -28,7 +28,7 @@ ## ## Changes: ## -## $Id: Makefile.am 3698 2005-11-17 18:40:04Z twisti $ +## $Id: Makefile.am 3776 2005-11-23 22:33:55Z twisti $ ## Process this file with automake to produce Makefile.in @@ -36,6 +36,25 @@ JAVA = $(top_builddir)/src/cacao/cacao JAVAFLAGS = -Xbootclasspath:$(top_builddir)/src/lib/vm.zip:$(CLASSPATH_INSTALL_DIR)/share/classpath/$(GLIBJZ) JAVAC = jikes -classpath $(CLASSPATH_INSTALL_DIR)/share/classpath/$(GLIBJZ) -nowarn +EXTRA_DIST = \ + HelloWorld.java \ + jctest.java \ + jctest.output \ + fptest.java \ + fptest.output \ + fp.java \ + fp.output\ + extest.java \ + extest.2output \ + clinitexception \ + clinitexception.2output \ + LoadDisplacementOverflow.java \ + LoadDisplacementOverflow.output \ + FieldDisplacementOverflow.java \ + FieldDisplacementOverflow.output \ + StackDisplacementOverflow.java \ + StackDisplacementOverflow.output + CLEANFILES = \ *.class \ *.thisoutput