Introspection fix
[gnumeric.git] / test / t2800-style-optimizer.pl
blob1aa92409f9fc9e1dc640812343495eafc41f3c1f
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 &message ("Check style optimizer.");
9 $ENV{'GNM_DEBUG'} = 'style-optimize:style-optimize-verify';
11 my $src = "$samples/excel/statfuns.xls";
12 &GnumericTest::report_skip ("file $src does not exist") unless -r $src;
14 my $tmp = "statfuns.gnumeric";
15 &GnumericTest::junkfile ($tmp);
17 &test_command ("$ssconvert $src $tmp", sub { 1 } );