added test_dual

This commit is contained in:
Efi Fogel 2007-08-12 10:25:01 +00:00
parent cb18f3ffab
commit 04b8d3ffcd
1 changed files with 2 additions and 6 deletions

View File

@ -463,6 +463,8 @@ else
compile_and_run test_do_intersect
compile_and_run test_compute_curve_zone
compile_and_run test_dual
fi
#if any error occured then appened the the full error description file to error file
@ -473,9 +475,3 @@ if [ -f $ERROR_FULL_DESCRIPTION_FILE ] ; then
echo "********************************************************" >> $ERRORFILE
cat $ERROR_FULL_DESCRIPTION_FILE >> $ERRORFILE
fi