* EXTRA_DIST: Added with all files.
authortwisti <none@none>
Wed, 23 Nov 2005 22:33:55 +0000 (22:33 +0000)
committertwisti <none@none>
Wed, 23 Nov 2005 22:33:55 +0000 (22:33 +0000)
tests/regression/Makefile.am

index 25cdf8c83f0456fc34238b3f821db51f719c2253..c7f19f5e45166b4c59d5b4086ac0502fae310da1 100644 (file)
@@ -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