xref: /freebsd/contrib/bmake/unit-tests/directive-export-env.mk (revision e2eeea75eb8b6dd50c1298067a0655880d186734)
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
11all:
12	@:;
13