blob: 7f45c32d3296e41797bd6318b1e484fd687aed6d (
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(const char *suffix);
void test_setup_logging(int level);
|