Revision: 4507
Author: solomax666
Date: Tue Nov 1 11:48:35 2011
Log: - "smoke.test" ant target is added
http://code.google.com/p/openmeetings/source/detail?r=4507
Modified:
/trunk/singlewebapp/build.xml
=======================================
--- /trunk/singlewebapp/build.xml Tue Nov 1 06:30:24 2011
+++ /trunk/singlewebapp/build.xml Tue Nov 1 11:48:35 2011
@@ -610,5 +610,10 @@
</fileset>
</batchtest>
</junit>
+ </target>
+ <target name="smoke.test" description="Will run 'Smoke' subset of tests"
>
+ <antcall target="test">
+ <param name="junit.test.pattern" value="TestSmoke*"/>
+ </antcall>
</target>
</project>
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.