Add CTF enum type support for UST registry
[lttng-tools.git] / tests / regression / ust / type-declarations / test_type_declarations
CommitLineData
10b56aef
MD
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# This library is free software; you can redistribute it and/or modify it under
7# the terms of the GNU Lesser General Public License as published by the Free
8# Software Foundation; version 2.1 of the License.
9#
10# This library is distributed in the hope that it will be useful, but WITHOUT
11# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13# details.
14#
15# You should have received a copy of the GNU Lesser General Public License
16# along with this library; if not, write to the Free Software Foundation, Inc.,
17# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18
19TEST_DESC="UST tracer - Test tracepoints using ctf type declarations"
20
21CURDIR=$(dirname $0)
22TESTDIR=${CURDIR}/../../..
23
24source $TESTDIR/utils/utils.sh
25
26start_lttng_sessiond_notap
27
28python3 ${CURDIR}/test_type_declarations.py
29
30stop_lttng_sessiond_notap
This page took 0.023073 seconds and 4 git commands to generate.