File: test_bugcase2.pl

package info (click to toggle)
sphinxtrain 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,572 kB
  • sloc: ansic: 94,052; perl: 8,939; python: 6,702; cpp: 2,044; makefile: 6
file content (19 lines) | stat: -rwxr-xr-x 460 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/local/bin/perl

use strict;
require './scripts/testlib.pl';

chomp(my $host=`../config.guess | xargs ../config.sub`);
my $bindir="../bin.$host/";
my $resdir="res/";
my $exec_resdir="bugcase2";
my $bin="${bindir}mk_flat";

my $topo="${exec_resdir}/bug.topo";
my $mdef="mk_mdef_gen/4st.ci.mdef";

test_this("$bin -moddeffn $mdef -topo $topo -tmatfn tm -mixwfn mw","mk_flat","mk_flat format bug (Tracker no: 1504066) expected", 256);

unlink("tm","mw");