]> WPIA git - gigi.git/blob - util-testing/org/cacert/gigi/TestLauncher.java
Adding source to collect all localisation texts
[gigi.git] / util-testing / org / cacert / gigi / TestLauncher.java
1 package org.cacert.gigi;
2
3 public class TestLauncher {
4
5     public static void main(String[] args) throws Exception {
6         // As clean as possible
7         Launcher.main(args);
8         DevelLauncher.addDevelPage(false);
9         System.err.println("System successfully started.");
10
11     }
12 }