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