Introspection: add col/row manipulations
[gnumeric.git] / test / t8101-gfree.pl
bloba5499ba5385166bf593b7d3846511b63dcc8441d
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 &message ("Check that code uses g_free and g_strdup right.");
9 my $checker = "tools/check-gfrees";
10 &GnumericTest::report_skip ("Missing tester") unless -r "$topsrc/$checker";
11 &test_command ("cd $topsrc && $PERL tools/check-gfrees", sub { /^$/ });