Home | History | Annotate | Line # | Download | only in unit-tests
shell-csh.mk revision 1.1
      1  1.1  rillig # $NetBSD: shell-csh.mk,v 1.1 2020/10/03 14:39:36 rillig Exp $
      2  1.1  rillig #
      3  1.1  rillig # Tests for using a C shell for running the commands.
      4  1.1  rillig 
      5  1.1  rillig .SHELL: name="csh" path="csh"
      6  1.1  rillig 
      7  1.1  rillig # Contrary to sh and ksh, the csh does not know the ':' command.
      8  1.1  rillig # Therefore this test uses 'true' instead.
      9  1.1  rillig all:
     10  1.1  rillig 	true normal
     11  1.1  rillig 	@true hidden
     12  1.1  rillig 	+true always
     13  1.1  rillig 	-true ignore errors
     14