blob: 7f45c32d3296e41797bd6318b1e484fd687aed6d [file] [log] [blame] [raw]
/* 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);