vscode: Add configurations to run the executables under the debugger
[lttng-tools.git] / tests / regression / ust / libc-wrapper / test_libc-wrapper
1 #!/bin/bash
2 #
3 # Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
4 #
5 # SPDX-License-Identifier: GPL-2.0-only
6
7 CURDIR=$(dirname $0)
8 TESTDIR=${CURDIR}/../../..
9
10 source $TESTDIR/utils/utils.sh
11
12 start_lttng_sessiond_notap
13
14 python3 ${CURDIR}/test_libc-wrapper.py
15
16 stop_lttng_sessiond_notap
This page took 0.029046 seconds and 4 git commands to generate.