Add ust_tracepoint_ABI-API_vs_ust
[deliverable/lttng-ivc.git] / lttng_ivc / settings.py
CommitLineData
de9b991b 1# All tests are run if empty
fe7b987e
JR
2import os
3
97d494b0 4test_only = {}
fe7b987e
JR
5
6configuration_file = os.path.dirname(os.path.abspath(__file__)) + "/config.yaml"
7run_configuration_file = os.path.dirname(os.path.abspath(__file__)) + "/run_configuration.yaml"
8
9projects_cache_folder = os.path.dirname(os.path.abspath(__file__)) + "/runtime/projects_cache"
10git_remote_folder = os.path.dirname(os.path.abspath(__file__)) + "/runtime/git_remote"
97d494b0
JR
11app_folder = os.path.dirname(os.path.abspath(__file__)) + "/runtime/git_remote"
12apps_folder = os.path.dirname(os.path.abspath(__file__)) + "/apps"
13apps_gen_events_folder = os.path.join(apps_folder, "gen_ust_events")
dc3b014c 14apps_preload_provider_folder = os.path.join(apps_folder, "preload_provider")
97d494b0
JR
15
16tmp_object_prefix = "lttng-ivc-"
17
18default_babeltrace = "babeltrace-1.5"
This page took 0.024885 seconds and 5 git commands to generate.