From fe9042ac6203daf358a67076a6122b706f6bfd8f Mon Sep 17 00:00:00 2001 From: kolev1 Date: Wed, 12 Jan 2011 01:03:52 +0000 Subject: [PATCH] Moved the location of the examples regression test, since now we are also comparing them with baseline results. --- AUTOTEST/machine-tux.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AUTOTEST/machine-tux.sh b/AUTOTEST/machine-tux.sh index 43f6a1274..1019e160c 100755 --- a/AUTOTEST/machine-tux.sh +++ b/AUTOTEST/machine-tux.sh @@ -87,10 +87,6 @@ do mv -f link.??? $output_subdir done -# Test examples -./test.sh examples.sh $src_dir/examples -mv -f examples.??? $output_dir - # Run tests with --enable-bigint configured opt="--enable-bigint --enable-debug" output_subdir="$output_dir/run--enable-bigint" @@ -102,6 +98,10 @@ mv -f make.??? $output_subdir ./test.sh run.sh $src_dir mv -f run.??? $output_subdir +# Test examples +./test.sh examples.sh $src_dir/examples +mv -f examples.??? $output_dir + # Test documentation build (only if 'docs_misc' directory is present) if [ -d $src_dir/docs_misc ]; then ./test.sh docs.sh $src_dir