Moved the location of the examples regression test, since now we are also
comparing them with baseline results.
This commit is contained in:
parent
ee1eaf87de
commit
fe9042ac62
@ -87,10 +87,6 @@ do
|
|||||||
mv -f link.??? $output_subdir
|
mv -f link.??? $output_subdir
|
||||||
done
|
done
|
||||||
|
|
||||||
# Test examples
|
|
||||||
./test.sh examples.sh $src_dir/examples
|
|
||||||
mv -f examples.??? $output_dir
|
|
||||||
|
|
||||||
# Run tests with --enable-bigint configured
|
# Run tests with --enable-bigint configured
|
||||||
opt="--enable-bigint --enable-debug"
|
opt="--enable-bigint --enable-debug"
|
||||||
output_subdir="$output_dir/run--enable-bigint"
|
output_subdir="$output_dir/run--enable-bigint"
|
||||||
@ -102,6 +98,10 @@ mv -f make.??? $output_subdir
|
|||||||
./test.sh run.sh $src_dir
|
./test.sh run.sh $src_dir
|
||||||
mv -f run.??? $output_subdir
|
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)
|
# Test documentation build (only if 'docs_misc' directory is present)
|
||||||
if [ -d $src_dir/docs_misc ]; then
|
if [ -d $src_dir/docs_misc ]; then
|
||||||
./test.sh docs.sh $src_dir
|
./test.sh docs.sh $src_dir
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user