Introspection: add col/row manipulations
[gnumeric.git] / test / t8100-null-false.pl
blob490eca795f9a1cda72c4fc7e87b09d57681011a4
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 &message ("Check that code does not mix NULL and FALSE.");
9 my $checker = "tools/check-null-false-returns";
10 &GnumericTest::report_skip ("Missing tester") unless -r "$topsrc/$checker";
11 &test_command ("cd $topsrc && $PERL $checker", sub { /^$/ });