xref: /freebsd/contrib/bmake/unit-tests/dep-wildcards.mk (revision 13ec1e3155c7e9bf037b12af186351b7fa9b9450)
1# $NetBSD: dep-wildcards.mk,v 1.3 2020/09/08 05:33:05 rillig Exp $
2#
3# Tests for wildcards such as *.c in dependency declarations.
4
5all: ${.PARSEDIR}/dep-*.mk
6	# The :T is necessary to run this test from another directory.
7	# The :O is necessary since the result of the dependency resolution
8	# does not order the directory entries itself.
9	@printf '%s\n' ${.ALLSRC:T:O}
10