Include 'bridge' in the output JAR
[nikiroo-utils.git] / src / be / nikiroo / utils / test / Test.java
index b88be7c64095c19e79e4b262f3573f8fe325728a..14c7af3cc71f7ec93a7ff1277f02e8beaf189bd5 100644 (file)
@@ -2,6 +2,9 @@ package be.nikiroo.utils.test;
 
 import be.nikiroo.utils.Cache;
 import be.nikiroo.utils.Downloader;
+import be.nikiroo.utils.main.bridge;
+import be.nikiroo.utils.main.img2aa;
+import be.nikiroo.utils.main.justify;
 
 /**
  * Tests for nikiroo-utils.
@@ -26,10 +29,16 @@ public class Test extends TestLauncher {
                addSeries(new SerialTest(args));
                addSeries(new SerialServerTest(args));
                addSeries(new StringUtilsTest(args));
+               addSeries(new TempFilesTest(args));
 
                // TODO: test cache and downloader
                Cache cache = null;
                Downloader downloader = null;
+
+               // To include the sources:
+               img2aa siu;
+               justify ssu;
+               bridge aa;
        }
 
        /**