tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / libc-wrapper / test_libc-wrapper
CommitLineData
d82551ef 1#!/bin/bash
5836cdc2 2#
9d16b343 3# Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
5836cdc2 4#
9d16b343 5# SPDX-License-Identifier: GPL-2.0-only
5836cdc2 6
5836cdc2
JG
7CURDIR=$(dirname $0)
8TESTDIR=${CURDIR}/../../..
9
d82551ef
JR
10source $TESTDIR/utils/utils.sh
11
12start_lttng_sessiond_notap
5836cdc2
JG
13
14python3 ${CURDIR}/test_libc-wrapper.py
15
d82551ef 16stop_lttng_sessiond_notap
This page took 0.035314 seconds and 4 git commands to generate.