Home | History | Annotate | Line # | Download | only in unit-tests
directive-sinclude.mk revision 1.2
      1  1.2  rillig # $NetBSD: directive-sinclude.mk,v 1.2 2020/11/15 20:20:58 rillig Exp $
      2  1.1  rillig #
      3  1.1  rillig # Tests for the .sinclude directive, which includes another file,
      4  1.1  rillig # silently skipping it if it cannot be opened.
      5  1.2  rillig #
      6  1.2  rillig # The 'silently skipping' only applies to the case where the file cannot be
      7  1.2  rillig # opened.  Parse errors and other errors are handled the same way as in the
      8  1.2  rillig # other .include directives.
      9  1.1  rillig 
     10  1.1  rillig # TODO: Implementation
     11  1.1  rillig 
     12  1.1  rillig all:
     13  1.1  rillig 	@:;
     14