[med-svn] r1501 - in trunk/packages/molphy: . tags tags/2.3b3-4/tests
tille at alioth.debian.org
tille at alioth.debian.org
Mon Mar 3 08:32:16 UTC 2008
Author: tille
Date: 2008-03-03 08:32:15 +0000 (Mon, 03 Mar 2008)
New Revision: 1501
Added:
trunk/packages/molphy/tags/
trunk/packages/molphy/tags/2.3b3-4/
trunk/packages/molphy/tags/2.3b3-4/tests/makefile
Removed:
trunk/packages/molphy/tags/2.3b3-4/tests/makefile
Log:
Tagged 2.3b3-4
Copied: trunk/packages/molphy/tags/2.3b3-4 (from rev 1498, trunk/packages/molphy/trunk/debian)
Deleted: trunk/packages/molphy/tags/2.3b3-4/tests/makefile
===================================================================
--- trunk/packages/molphy/trunk/debian/tests/makefile 2008-03-03 07:16:47 UTC (rev 1498)
+++ trunk/packages/molphy/tags/2.3b3-4/tests/makefile 2008-03-03 08:32:15 UTC (rev 1501)
@@ -1,70 +0,0 @@
-#!/usr/bin/make
-
-# This makefile was written to test the output of the molphy components
-# It was written for the Debian GNU/Linux distribution by
-# Andreas Tille <tille at debian.org>
-
-all: comparetests protml nucml njdist
- @echo All tests successfully done!
-
-protml: test4.ptn test5.ptn test15.ptn test15.cns
- protml -e test4.ptn > test4.tpl
- @comparetests test4.tpl
- protml test4.ptn test4.tpl > test4.ml
- @comparetests test4.ml
- protml -e test5.ptn | tee test5.tpl | protml -b test5.ptn - > test5.ml
- @comparetests test5.tpl
- @comparetests test5.ml
- protml -ef test15.ptn test15.cns > test15.tpl
- @comparetests test15.tpl
- protml -fb test15.ptn test15.tpl > test15.ml
- @comparetests test15.ml
- protml -sf test7.ptn > test7.mls
- @comparetests test7.mls
- protml -qf -n3 test7.ptn > test7.tpl
- @comparetests test7.tpl
- protml -fb test7.ptn test7.tpl > test7.mlq
- @comparetests test7.mlq
- @echo All $@ successfully done!
-
-nucml: test6.nuc
- nucml -s test6.nuc > test6.mls
- @comparetests test6.mls
- nucml -q -n3 test6.nuc > test6.tplq
- @comparetests test6.tplq
- nucml -b -topt test6.nuc test6.tplq > test6.mlq
- @comparetests test6.mlq
- nucml -e -t30.58 -n10 test6.nuc > test6.tpl
- @comparetests test6.tpl
- nucml -b -t30.58 test6.nuc test6.tpl > test6.ml
- @comparetests test6.ml
- @echo All $@ successfully done!
-
-njdist: test4.ptn test15.tree
- protml -D test4.ptn > test4.dis
- @comparetests test4.dis
- njdist test4.dis > test4.nj
- @comparetests test4.nj
- protml -D test5.ptn | njdist -w > test5.nj
- @comparetests test5.nj
- protml -D test15.ptn > test15.dis
- @comparetests test15.dis
- njdist test15.dis > test15.nj
- @comparetests test15.nj
- njdist -o 18 test15.dis > test15.njo
- @comparetests test15.njo
- njdist -o 18 -T test15.tree test15.dis > test15.njo
- @comparetests test15.tree
- @echo All $@ successfully done!
-
-clean:
- rm -f *.comp *.test
- rm -f protml.eps protml.tre
- rm -f nucml.eps nucml.tre
- rm -f njdist.eps njdist.tpl
-
-proper:
- make clean
- rm -f test4.tpl test4.ml test5.tpl test5.ml test15.tpl test15.ml test7.mls test7.tpl test7.mlq
- rm -f test6.mls test6.tplq test6.mlq test6.tpl test6.ml
- rm -f test4.dis test4.nj test5.nj test15.dis test15.nj test15.njo test15.tree.tre
Copied: trunk/packages/molphy/tags/2.3b3-4/tests/makefile (from rev 1500, trunk/packages/molphy/trunk/debian/tests/makefile)
===================================================================
--- trunk/packages/molphy/tags/2.3b3-4/tests/makefile (rev 0)
+++ trunk/packages/molphy/tags/2.3b3-4/tests/makefile 2008-03-03 08:32:15 UTC (rev 1501)
@@ -0,0 +1,74 @@
+#!/usr/bin/make
+
+# This makefile was written to test the output of the molphy components
+# It was written for the Debian GNU/Linux distribution by
+# Andreas Tille <tille at debian.org>
+
+all: comparetests protml nucml njdist
+ @echo All tests successfully done!
+
+unzip:
+ -gunzip *.gz
+ -cd compare; gunzip *.gz
+
+protml: unzip test4.ptn test5.ptn test15.ptn test15.cns
+ protml -e test4.ptn > test4.tpl
+ @sh comparetests test4.tpl
+ protml test4.ptn test4.tpl > test4.ml
+ @sh comparetests test4.ml
+ protml -e test5.ptn | tee test5.tpl | protml -b test5.ptn - > test5.ml
+ @sh comparetests test5.tpl
+ @sh comparetests test5.ml
+ protml -ef test15.ptn test15.cns > test15.tpl
+ @sh comparetests test15.tpl
+ protml -fb test15.ptn test15.tpl > test15.ml
+ @sh comparetests test15.ml
+ protml -sf test7.ptn > test7.mls
+ @sh comparetests test7.mls
+ protml -qf -n3 test7.ptn > test7.tpl
+ @sh comparetests test7.tpl
+ protml -fb test7.ptn test7.tpl > test7.mlq
+ @sh comparetests test7.mlq
+ @echo All $@ successfully done!
+
+nucml: test6.nuc unzip
+ nucml -s test6.nuc > test6.mls
+ @sh comparetests test6.mls
+ nucml -q -n3 test6.nuc > test6.tplq
+ @sh comparetests test6.tplq
+ nucml -b -topt test6.nuc test6.tplq > test6.mlq
+ @sh comparetests test6.mlq
+ nucml -e -t30.58 -n10 test6.nuc > test6.tpl
+ @sh comparetests test6.tpl
+ nucml -b -t30.58 test6.nuc test6.tpl > test6.ml
+ @sh comparetests test6.ml
+ @echo All $@ successfully done!
+
+njdist: test4.ptn test15.tree unzip
+ protml -D test4.ptn > test4.dis
+ @sh comparetests test4.dis
+ njdist test4.dis > test4.nj
+ @sh comparetests test4.nj
+ protml -D test5.ptn | njdist -w > test5.nj
+ @sh comparetests test5.nj
+ protml -D test15.ptn > test15.dis
+ @sh comparetests test15.dis
+ njdist test15.dis > test15.nj
+ @sh comparetests test15.nj
+ njdist -o 18 test15.dis > test15.njo
+ @sh comparetests test15.njo
+ njdist -o 18 -T test15.tree test15.dis > test15.njo
+ @sh comparetests test15.tree
+ @echo All $@ successfully done!
+
+clean:
+ rm -f *.comp *.test
+ rm -f protml.eps protml.tre
+ rm -f nucml.eps nucml.tre
+ rm -f njdist.eps njdist.tpl
+
+proper:
+ make clean
+ rm -f test4.tpl test4.ml test5.tpl test5.ml test15.tpl test15.ml test7.mls test7.tpl test7.mlq
+ rm -f test6.mls test6.tplq test6.mlq test6.tpl test6.ml
+ rm -f test4.dis test4.nj test5.nj test15.dis test15.nj test15.njo test15.tree.tre
More information about the debian-med-commit
mailing list