summaryrefslogtreecommitdiffstats
path: root/test/test-args.h
blob: b25fbb998c00adae4a78dc0042ebc1605bf81fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef TEST_ARGS_H
#define TEST_ARGS_H

#include <config.h>

#include <test/test-lib.h>
#include <test/lib-test-args.h>

#define CONFIG_CLEAR_ARGS(sh) \
do { \
	config_clear(sh); \
	sh->args_enabled = 1; \
	sh->hide_tid = 1; \
} while(0)

#endif /* TEST_ARGS_H */