Systemd/src/shared/tests.h

8 lines
193 B
C
Raw Normal View History

/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
char* setup_fake_runtime_dir(void);
const char* get_testdata_dir(void);
const char* get_catalog_dir(void);
2018-09-12 09:45:17 +02:00
bool slow_tests_enabled(void);