mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 486157 - Use CURDIR for Windows-style paths when building extension tests, r=ted
This commit is contained in:
parent
0ba8d594a1
commit
3ad08b7964
@ -40,7 +40,7 @@ topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
ADDONSRC = $(srcdir)/addons
|
||||
TESTROOT = $(shell cd $(DEPTH) && pwd)/_tests/xpcshell/$(MODULE)
|
||||
TESTROOT = $(CURDIR)/$(DEPTH)/_tests/xpcshell/$(MODULE)
|
||||
TESTXPI = $(TESTROOT)/unit/addons
|
||||
relativesrcdir = toolkit/mozapps/extensions/test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user