summaryrefslogtreecommitdiffstats
path: root/eclipse-runTestBundles
blob: fddc8332db3c22bb6d6663c041222f2a5b3dfd4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/bash

# Copyright (C) 2013, Red Hat, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html

if [ ! $# -eq 1 ]; then
  echo "USAGE : $0 PATH/TO/BUNDLES/DIRECTORY"
  exit 1
fi

./prepRuntimeLocation.sh || exit 1
./prepAllTestBundles.sh $1 || exit 1

pushd target

./runtests.sh -os linux -ws gtk -arch `arch`