tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / type-declarations / test_type_declarations
... / ...
CommitLineData
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
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.023475 seconds and 4 git commands to generate.