From 679dee2d851a67250e4a24a61da249565d478b9d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Jun 2019 12:28:13 +0200 Subject: Redo header path normalization/realization logic We now try to use the normalized path (which preserves symlinks) if possible and fall back to realized otherwise. --- tests/cc/modules/headers.testscript | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/cc') diff --git a/tests/cc/modules/headers.testscript b/tests/cc/modules/headers.testscript index 4fb9a42..d4eb919 100644 --- a/tests/cc/modules/headers.testscript +++ b/tests/cc/modules/headers.testscript @@ -21,8 +21,7 @@ : import : -#ln -s ../core.hxx ./; @@ why isn't working? -cp ../core.hxx ./; +ln -s ../core.hxx ./; cat <=driver.cxx; #define CORE_IN 1 import "core.hxx"; @@ -37,8 +36,7 @@ $* test clean <=driver.cxx; #define CORE_IN 1 #include "core.hxx" -- cgit v1.1