xref: /netbsd-src/tests/usr.bin/indent/opt_P.c (revision 47306038c7d906b62edca1fd252c0e0d0772f5a0)
1 /* $NetBSD: opt_P.c,v 1.5 2022/04/24 09:04:12 rillig Exp $ */
2 
3 /*
4  * Tests for the option '-P', which specifies a profile file to be used
5  * instead of '$HOME/.indent.pro'.
6  *
7  * The format of the tests in t_options.sh does not allow the tests to create
8  * arbitrary files, therefore this test is rather restricted.
9  *
10  * See also:
11  *	t_misc			for tests with individual setup
12  */
13 
14 //indent input
15 int decl;
16 //indent end
17 
18 //indent run -di24 -P/dev/null -di32
19 int				decl;
20 //indent end
21