tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / type-declarations / test_type_declarations
1 #!/bin/bash
2 #
3 # Copyright (C) 2014 Geneviève Bastien <gbastien@versatic.net>
4 # Copyright (C) 2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 #
6 # SPDX-License-Identifier: LGPL-2.1-only
7
8 TEST_DESC="UST tracer - Test tracepoints using ctf type declarations"
9
10 CURDIR=$(dirname $0)
11 TESTDIR=${CURDIR}/../../..
12
13 source $TESTDIR/utils/utils.sh
14
15 start_lttng_sessiond_notap
16
17 python3 ${CURDIR}/test_type_declarations.py
18
19 stop_lttng_sessiond_notap
This page took 0.029406 seconds and 4 git commands to generate.