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