Home | History | Annotate | Line # | Download | only in unit-tests
directive-export-env.mk revision 1.3
      1 # $NetBSD: directive-export-env.mk,v 1.3 2020/11/03 17:17:31 rillig Exp $
      2 #
      3 # Tests for the .export-env directive.
      4 
      5 # TODO: Implementation
      6 
      7 .export-en			# oops: misspelled
      8 .export-env
      9 .export-environment		# oops: misspelled
     10 
     11 all:
     12 	@:;
     13