mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 19:47:02 +01:00
tests: added CreateRelativePath windows test
git-svn-id: trunk@56405 -
This commit is contained in:
parent
6e9b8ffbe3
commit
8928e14292
@ -158,7 +158,7 @@ begin
|
||||
DoTest('~/bin','/','~/bin');
|
||||
DoTest('$(HOME)/bin','/','$(HOME)/bin');
|
||||
{$IFDEF MSWindows}
|
||||
DoTest('D:\a\b.pas','D:\c\','..\a\b.pas');
|
||||
DoTest('D:\a\b\c.pas','D:\a\d\','..\b\c.pas');
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user