Home | History | Annotate | Download | only in functions

Lines Matching full:realpath

2 $description = "Test the realpath functions.";
7 ifneq ($(realpath .),$(CURDIR))
11 ifneq ($(realpath ./),$(CURDIR))
15 ifneq ($(realpath .///),$(CURDIR))
19 ifneq ($(realpath /),/)
23 ifneq ($(realpath /.),/)
27 ifneq ($(realpath /./),/)
31 ifneq ($(realpath /.///),/)
35 ifneq ($(realpath /..),/)
39 ifneq ($(realpath /../),/)
43 ifneq ($(realpath /..///),/)
47 ifneq ($(realpath . /..),$(CURDIR) /)
62 ifneq ($(realpath ///),/)
66 ifneq ($(realpath ///.),/)
70 ifneq ($(realpath ///..),/)