Changes in tests/regression/Tesselation/Convex/testsuite-tesselation-convex-envelope.at [0d97b4:bcb831]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Tesselation/Convex/testsuite-tesselation-convex-envelope.at
r0d97b4 rbcb831 24 24 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Tesselation/Convex/pre/test.conf $file], 0) 25 25 convexfile=ConvexEnvelope 26 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --convex-envelope --convex-file $convexfile --nonconvex-file NonConvexEnvelope], 0, [stdout], [stderr])26 AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --convex-envelope 50. --convex-file $convexfile --nonconvex-file NonConvexEnvelope], 0, [stdout], [stderr]) 27 27 AT_CHECK([diff ${convexfile}.dat ${abs_top_srcdir}/tests/regression/Tesselation/Convex/post/ConvexEnvelope.dat], 0, [ignore], [ignore]) 28 28 #AT_CHECK([diff ${convexfile}.r3d ${abs_top_srcdir}/tests/regression/Tesselation/Convex/post/ConvexEnvelope.r3d], 0, [ignore], [ignore]) 29 AT_CHECK([fgrep "tesselated volume area is 16.4016angstrom^3" stdout], 0, [ignore], [ignore])29 AT_CHECK([fgrep "tesselated volume area is 8.89109 angstrom^3" stdout], 0, [ignore], [ignore]) 30 30 AT_CHECK([diff ConvexEnvelope.dat NonConvexEnvelope.dat], 0, [ignore], [ignore]) 31 31
Note:
See TracChangeset
for help on using the changeset viewer.