X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Frun.sh;fp=tests%2Fregression%2Frun.sh;h=f0ea7485273f41c1b1e13e8a67301d2205f1b3ac;hb=f134f7178a3d522b6e5946c19c1e209b4e0a7ab4;hp=0000000000000000000000000000000000000000;hpb=7ed34c821a1b9941c0dffe8698967aeb5e375f00;p=lttng-tools.git diff --git a/tests/regression/run.sh b/tests/regression/run.sh new file mode 100755 index 000000000..f0ea74852 --- /dev/null +++ b/tests/regression/run.sh @@ -0,0 +1,23 @@ +#!/bin/bash +# +# Copyright (C) 2013 - Christian Babeux +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; only version 2 +# of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +DIR=$(dirname $0) + +$DIR/kernel/run.sh $@ +$DIR/ust/run.sh $@ +$DIR/tools/run.sh $@