Home | History | Annotate | Line # | Download | only in unit-tests
      1  1.3  rillig # $NetBSD: varname-dot-objdir.mk,v 1.3 2024/06/01 11:06:17 rillig Exp $
      2  1.1  rillig #
      3  1.2  rillig # Tests for the special .OBJDIR variable.
      4  1.1  rillig 
      5  1.1  rillig # TODO: Implementation
      6  1.1  rillig 
      7  1.1  rillig all:
      8  1.3  rillig 	# Add an entry to the cached_realpath table, to test cleaning up
      9  1.3  rillig 	# that table in purge_relative_cached_realpaths.
     10  1.3  rillig 	# Having a ':=' assignment in the command line is construed but works
     11  1.3  rillig 	# well enough to reach the code.
     12  1.3  rillig 	@${MAKE} -f ${MAKEFILE} 'VAR:=$${:U.:tA}' purge-cache
     13  1.3  rillig 
     14  1.3  rillig purge-cache:
     15  1.3  rillig 	: ${.TARGET} was reached.
     16