Statistics
| Branch: | Tag: | Revision:

root / test / hs / cli-tests-defs.sh @ 93f1e606

History | View | Annotate | Download (1.3 kB)

1 01c23d75 Iustin Pop
#
2 01c23d75 Iustin Pop
3 01c23d75 Iustin Pop
# Copyright (C) 2012 Google Inc.
4 01c23d75 Iustin Pop
5 01c23d75 Iustin Pop
# This program is free software; you can redistribute it and/or modify
6 01c23d75 Iustin Pop
# it under the terms of the GNU General Public License as published by
7 01c23d75 Iustin Pop
# the Free Software Foundation; either version 2 of the License, or
8 01c23d75 Iustin Pop
# (at your option) any later version.
9 01c23d75 Iustin Pop
10 01c23d75 Iustin Pop
# This program is distributed in the hope that it will be useful, but
11 01c23d75 Iustin Pop
# WITHOUT ANY WARRANTY; without even the implied warranty of
12 01c23d75 Iustin Pop
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 01c23d75 Iustin Pop
# General Public License for more details.
14 01c23d75 Iustin Pop
15 01c23d75 Iustin Pop
# You should have received a copy of the GNU General Public License
16 01c23d75 Iustin Pop
# along with this program; if not, write to the Free Software
17 01c23d75 Iustin Pop
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 01c23d75 Iustin Pop
# 02110-1301, USA.
19 01c23d75 Iustin Pop
20 01c23d75 Iustin Pop
# This is an shell testing configuration fragment.
21 01c23d75 Iustin Pop
22 83846468 Iustin Pop
HBINARY=${HBINARY:-./test/hs/hpc-htools}
23 01c23d75 Iustin Pop
24 83846468 Iustin Pop
export TESTDATA_DIR=${TOP_SRCDIR:-.}/test/data/htools
25 570274e4 Iustin Pop
export PYTESTDATA_DIR=${TOP_SRCDIR:-.}/test/data
26 6bbd76d2 Iustin Pop
27 01c23d75 Iustin Pop
hbal() {
28 01c23d75 Iustin Pop
  HTOOLS=hbal $HBINARY "$@"
29 01c23d75 Iustin Pop
}
30 01c23d75 Iustin Pop
31 01c23d75 Iustin Pop
hscan() {
32 01c23d75 Iustin Pop
  HTOOLS=hscan $HBINARY "$@"
33 01c23d75 Iustin Pop
}
34 01c23d75 Iustin Pop
35 01c23d75 Iustin Pop
hail() {
36 01c23d75 Iustin Pop
  HTOOLS=hail $HBINARY "$@"
37 01c23d75 Iustin Pop
}
38 01c23d75 Iustin Pop
39 01c23d75 Iustin Pop
hspace() {
40 01c23d75 Iustin Pop
  HTOOLS=hspace $HBINARY "$@"
41 01c23d75 Iustin Pop
}
42 01c23d75 Iustin Pop
43 01c23d75 Iustin Pop
hinfo() {
44 01c23d75 Iustin Pop
  HTOOLS=hinfo $HBINARY "$@"
45 01c23d75 Iustin Pop
}
46 01c23d75 Iustin Pop
47 22e513e7 Agata Murawska
hcheck() {
48 22e513e7 Agata Murawska
  HTOOLS=hinfo $HBINARY "$@"
49 22e513e7 Agata Murawska
}
50 22e513e7 Agata Murawska
51 3504d6c8 Guido Trotter
hroller() {
52 3504d6c8 Guido Trotter
  HTOOLS=hroller $HBINARY "$@"
53 3504d6c8 Guido Trotter
}
54 3504d6c8 Guido Trotter
55 3504d6c8 Guido Trotter
ALL_ROLES="hbal hscan hail hspace hinfo hcheck hroller"