* configure.ac: Bumped _XOPEN_SOURCE version to 600.
[cacao.git] / tests / regression / junit / All.java
index 013535388d17ae2e1b034d2f5421369e1751e7a5..15a55230158077245b8ba8e12df60f1de1c44cba 100644 (file)
@@ -44,6 +44,7 @@ public class All extends TestCase {
 
         // Add your test here.
 
+        suite.addTest(new TestSuite(TestPatcher.class));
         suite.addTest(new TestSuite(TestExceptionInStaticClassInitializer.class));
 
         return suite;