#!/bin/bash # # Copyright (C) 2014 Geneviève Bastien # Copyright (C) 2016 Mathieu Desnoyers # # SPDX-License-Identifier: LGPL-2.1-only TEST_DESC="UST tracer - Test tracepoints using ctf type declarations" CURDIR=$(dirname $0) TESTDIR=${CURDIR}/../../.. source $TESTDIR/utils/utils.sh start_lttng_sessiond_notap python3 ${CURDIR}/test_type_declarations.py stop_lttng_sessiond_notap