source: molecuilder/tests/Tesselations/proline.test@ c20eac

Last change on this file since c20eac was abde75, checked in by Frederik Heber <heber@…>, 15 years ago

Change of the Tesselation testsuite.

  • tests C16_0Torus, cluster, round_cluster removed (they need too long and don't add much safety).
  • all tests have been extended by the following radii: 1.5, 2, 2.5, 3, 3.5 and 25.
  • standard tesselations for all radii added.
  • diff is re-introduced but should be changed by a more sensible check (i.e. checking the tesselations not the file structure).

Signed-off-by: Frederik Heber <heber@…>

  • Property mode set to 100755
File size: 141 bytes
Line 
1#! /bin/sh
2
3# Test a simple simulation:
4
5. ./defs || exit 1
6set -e
7
8for radius in 1.5 2 2.5 3 3.5 4 25; do
9 Tesselation_run 0 $radius
10done
Note: See TracBrowser for help on using the repository browser.