diff build.xml @ 3:fa80bd02055f draft default tip

planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit 23d58cfd97411ad5d272971896914ce99e30b0ab
author ethevenot
date Tue, 06 Jun 2017 11:44:00 -0400
parents 48e4be935243
children
line wrap: on
line diff
--- a/build.xml	Sat Aug 06 12:17:12 2016 -0400
+++ b/build.xml	Tue Jun 06 11:44:00 2017 -0400
@@ -13,7 +13,16 @@
 	~ TEST ~
 	~~~~~-->
 
-	<target name="test" depends="planemo.lint,planemo.test"/>
+	<target name="test" depends="plain.test,galaxy.test"/>
+	<target name="galaxy.test" depends="planemo.lint,planemo.test"/>
+
+	<!--~~~~~~~~~~
+	~ PLAIN TEST ~
+	~~~~~~~~~~~-->
+
+	<target name="plain.test">
+		<exec executable="test/test-biosigner" failonerror="true"/>
+	</target>
 
 	<!--~~~~~~~~~~~~
 	~ PLANEMO LINT ~