]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/tests.h
tests: add helper to unify skipping a test and exiting
[thirdparty/systemd.git] / src / shared / tests.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
d2120590
LP
2#pragma once
3
d2120590 4char* setup_fake_runtime_dir(void);
55890a40 5const char* get_testdata_dir(void);
49cdae63 6const char* get_catalog_dir(void);
0cf29baa 7bool slow_tests_enabled(void);
317bb217 8int log_tests_skipped(const char *message);