* .hgignore: Added tests/regression/junit/*.class.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Sat, 26 Apr 2008 14:41:27 +0000 (16:41 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Sat, 26 Apr 2008 14:41:27 +0000 (16:41 +0200)
commit9f4c652dfe91e6cdd1da9031eae0c61dab696b29
treeb7884dfe1454d7da987ae3eba33f18f49edc508b
parent700c4715c5bffe7ee083d2ea3fafc9528b331686
* .hgignore: Added tests/regression/junit/*.class.

* configure.ac (AC_CONFIG_FILES): Added
tests/regression/junit/Makefile.

* tests/regression/Makefile.am (SUBDIRS): Added junit.
(SOURCE_FILES): Removed clinitexceptions.java.
(EXTRA_DIST): Removed clinitexceptions.2output.
(OUTPUT_JAVA_TESTS): Removed clinitexception.

* tests/regression/junit/All.java: Likewise.
* tests/regression/junit/Makefile.am: Likewise
* tests/regression/junit/TestExceptionInStaticClassInitializer.java:
Likewise.

* tests/regression/clinitexception.2output: Removed.
* tests/regression/clinitexception.java: Likewise.
.hgignore
configure.ac
tests/regression/Makefile.am
tests/regression/clinitexception.2output [deleted file]
tests/regression/clinitexception.java [deleted file]
tests/regression/junit/All.java [new file with mode: 0644]
tests/regression/junit/Makefile.am [new file with mode: 0644]
tests/regression/junit/TestExceptionInStaticClassInitializer.java [new file with mode: 0644]