#!/bin/bash
#
# Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
#
# SPDX-License-Identifier: GPL-2.0-only

CURDIR=$(dirname $0)
TESTDIR=${CURDIR}/../../..

source $TESTDIR/utils/utils.sh

# Try to launch a sessiond before invoking the python test script
start_lttng_sessiond_notap

python3 ${CURDIR}/test_linking.py

stop_lttng_sessiond_notap
