summaryrefslogtreecommitdiff
path: root/src/shared/tests.h
blob: 3d696d02fdf23511b38bc20d7b33c1b6cde87427 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

char* setup_fake_runtime_dir(void);
bool test_is_running_from_builddir(char **exedir);
const char* get_testdata_dir(void);
void test_setup_logging(int level);