aboutsummaryrefslogtreecommitdiff
path: root/include/tst_defaults.h
blob: 083427b7e2d67c2b940e598e6e893bdc4953a73d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (c) 2013 Cyril Hrubis <chrubis@suse.cz>
 */

#ifndef TST_DEFAULTS_H_
#define TST_DEFAULTS_H_

/*
 * This is the default temporary directory used by tst_tmpdir().
 *
 * This is used when TMPDIR env variable is not set.
 */
#define TEMPDIR	"/tmp"

/*
 * Default filesystem to be used for tests.
 */
#define DEFAULT_FS_TYPE "ext2"

#endif /* TST_DEFAULTS_H_ */