tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / tools / snapshots / test_ust_fast
1 #!/bin/bash
2 #
3 # Copyright (C) 2013 Julien Desfossez <jdesfossez@efficios.com>
4 #
5 # SPDX-License-Identifier: LGPL-2.1-only
6
7 CURDIR=$(dirname $0)/
8 NR_SNAPSHOT=10
9 TESTDIR=$CURDIR/../../..
10 TEST_BIN="ust_test"
11
12 source $TESTDIR/utils/utils.sh
13
14 if [ ! -x "$CURDIR/$TEST_BIN" ]; then
15 BAIL_OUT "No UST test found: $TEST_BIN"
16 fi
17
18 ./$CURDIR/$TEST_BIN $NR_SNAPSHOT
This page took 0.030018 seconds and 4 git commands to generate.