Home | History | Annotate | Line # | Download | only in indent
opt_P.c revision 1.1
      1  1.1  rillig /* $NetBSD: opt_P.c,v 1.1 2021/10/22 20:54:36 rillig Exp $ */
      2  1.1  rillig /* $FreeBSD$ */
      3  1.1  rillig 
      4  1.1  rillig /*
      5  1.1  rillig  * Tests for the option '-P', which specifies a profile file to be used
      6  1.1  rillig  * instead of '$HOME/.indent.pro'.
      7  1.1  rillig  *
      8  1.1  rillig  * The format of the tests in t_options.sh does not allow the tests to create
      9  1.1  rillig  * arbitrary files, therefore this test is rather restricted. See t_misc.sh
     10  1.1  rillig  * for more related tests with individual setup.
     11  1.1  rillig  */
     12  1.1  rillig 
     13  1.1  rillig #indent input
     14  1.1  rillig int decl;
     15  1.1  rillig #indent end
     16  1.1  rillig 
     17  1.1  rillig #indent run -di24 -P/dev/null -di32
     18  1.1  rillig int				decl;
     19  1.1  rillig #indent end
     20