[SCM] applications.git branch, master, updated. d4bcc9385c480276a5d265a3093a0e8795894dc2

Benoit Sonntag sonntag at icps.u-strasbg.fr
Sun Jan 10 02:31:07 UTC 2010


The following commit has been merged in the master branch:
commit d4bcc9385c480276a5d265a3093a0e8795894dc2
Author: Benoit Sonntag <sonntag at icps.u-strasbg.fr>
Date:   Sun Jan 10 03:29:10 2010 +0100

     Add test for acgt program (pav)

diff --git a/examples/standard/acgt/test.md5 b/examples/standard/acgt/test.md5
new file mode 100644
index 0000000..e42d4e1
--- /dev/null
+++ b/examples/standard/acgt/test.md5
@@ -0,0 +1 @@
+63661c43abd9961a2c174e86baa91e15  test.out
diff --git a/examples/standard/mailer/test.sh b/examples/standard/acgt/test.sh
similarity index 54%
copy from examples/standard/mailer/test.sh
copy to examples/standard/acgt/test.sh
index ef88022..cd68005 100755
--- a/examples/standard/mailer/test.sh
+++ b/examples/standard/acgt/test.sh
@@ -1,8 +1,10 @@
 #! /bin/bash
 
 echo Launch Program
-./mailer ./test
+./acgt > test.out
 echo Test md5sum
 #echo $PWD
-md5sum	-c mail.md5
-rm test/mail.txt
+md5sum	-c test.md5
+rm test.out
+
+

-- 
applications.git



More information about the Lisaac-commits mailing list