Move default tmp dirs, fix BLANK handling
[fanfix.git] / src / be / nikiroo / fanfix / test / Test.java
index 2eaeff061642d0e5e4e833efc384ed7077399df2..36ef701573bf9d1be5411b4216b977bbf50f307a 100644 (file)
@@ -9,7 +9,8 @@ import be.nikiroo.utils.test.TestLauncher;
  */
 public class Test extends TestLauncher {
        public Test(String[] args) {
-               super("Fanfix (empty: all tests were moved to nikiroo-utils...)", args);
+               super("Fanfix", args);
+               addSeries(new BasicSupportTest(args));
        }
 
        /**