mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-04 16:06:23 +00:00
17 lines
313 B
Text
17 lines
313 B
Text
|
# -*-perl-*-
|
||
|
|
||
|
$description = "This tests the CURDIR variable.";
|
||
|
|
||
|
$details = "Echo CURDIR both with and without -C. Also ensure overrides work.";
|
||
|
|
||
|
|
||
|
# TEST #1
|
||
|
# -------
|
||
|
|
||
|
run_make_test(q!
|
||
|
all: ; @echo $(CURDIR)
|
||
|
!,
|
||
|
'', "#PWD#\n");
|
||
|
|
||
|
1;
|