--- a/build.xml
+++ b/build.xml
@@ -95,7 +95,10 @@
         </fileset>
       </classpath>
       <formatter type="plain"/>
-      <test name="com.dumbster.smtp.AllTests" />
+<!--      <test name="com.dumbster.smtp.AllTests" /> -->
+	<test name="com.dumbster.smtp.SimpleSmtpServerTest" />
+	<test name="com.dumbster.smtp.SmtpRequestTest" />
+	<test name="com.dumbster.smtp.BindProblemTest" />
     </junit>
   </target>
 
@@ -114,4 +117,4 @@
       <zipfileset dir="." includes="build/dumbster.jar" fullpath="dumbster${release}.jar"/>
     </zip>
   </target>
-</project>
\ No newline at end of file
+</project>
