File: test-include.sh

package info (click to toggle)
ctioga2 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,052 kB
  • sloc: ruby: 11,245; sh: 174; makefile: 26
file content (13 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# test-include.sh: setup for the tests
# Copyright 2009 by Vincent Fourmond.
# You can do whatever you want with this file.

ct_add=""
if [ -z "$NOXPDF" ]; then
    ct_add="$ct_add -X"
fi
if [ "$DEBUG" ]; then
    ct_add="$ct_add --debug"
fi
# The way to invoque ctioga2
ct="ctioga2 $ct_add --echo --math $CT_ADD "