File: parser-test-func.sh

package info (click to toggle)
libixion 0.19.0-7
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,488 kB
  • sloc: cpp: 20,960; sh: 4,562; makefile: 474; python: 297
file content (12 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash

exec_test()
{
    PROGDIR=`dirname $0`
    SRCDIR=$PROGDIR/../src

    export PATH=$SRCDIR:$SRCDIR/.libs:$PATH

    ixion-parser -t $1 $PROGDIR/*.txt
}