Introspection: add test to ensure we use in-tree Gnm.py overrides
[gnumeric.git] / test / t5902-applix.pl
blob0e85c4574e965673cf683b8fa4ab0551343a9484
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 # See test_importer comments for mode definitions.
9 my $mode = ((shift @ARGV) || "check");
11 &message ("Check the applix importer.");
12 &test_importer ("$samples/applix/sample.as", "5531f17c449f903c63de1fe1478acd9494f7f7a5", $mode);