Home | History | Annotate | Line # | Download | only in unit-tests
directive-warning.mk revision 1.4
      1 # $NetBSD: directive-warning.mk,v 1.4 2020/12/13 01:07:54 rillig Exp $
      2 #
      3 # Tests for the .warning directive.
      4 
      5 # TODO: Implementation
      6 
      7 .warn				# misspelled
      8 .warn message			# misspelled
      9 .warnin				# misspelled
     10 .warnin	message			# misspelled
     11 .warning			# oops: should be "missing argument"
     12 .warning message		# ok
     13 .warnings			# misspelled
     14 .warnings messages		# Accepted before 2020-12-13 01:??:??.
     15 
     16 all:
     17 	@:;
     18