new 'justify' tool + rename ImageUtils -> img2aa
[nikiroo-utils.git] / src / be / nikiroo / utils / test / Test.java
index dd6bf611792c302fc239082c8557583fff111271..e0dfa0fab817788d5100db16451a1df74aeae99b 100644 (file)
@@ -2,6 +2,8 @@ package be.nikiroo.utils.test;
 
 import be.nikiroo.utils.Cache;
 import be.nikiroo.utils.Downloader;
+import be.nikiroo.utils.main.img2aa;
+import be.nikiroo.utils.main.justify;
 
 /**
  * Tests for nikiroo-utils.
@@ -31,6 +33,10 @@ public class Test extends TestLauncher {
                // TODO: test cache and downloader
                Cache cache = null;
                Downloader downloader = null;
+
+               // To include the sources:
+               img2aa siu;
+               justify ssu;
        }
 
        /**