Configure: house cleaning.
[gnumeric.git] / test / t3000-introspection-basic.pl
blob918f251f15dc1d88325f204726bac503fa88f9eb
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 &setup_python_environment ();
10 my $python_script = $0;
11 $python_script =~ s/\.pl$/.py/;
12 &test_command ($PYTHON . ' ' . &GnumericTest::quotearg ($python_script),
13 sub { /^[-+.0-9]+$/ && abs ($_ - -0.253347103136) < 1e-10 });