mirror of
https://github.com/dlang/phobos.git
synced 2025-05-07 19:49:36 +03:00
disable std.functional unittest run on x86-64
This commit is contained in:
parent
074bfd394f
commit
96e53bddf2
1 changed files with 2 additions and 2 deletions
|
@ -267,6 +267,7 @@ DISABLED_TESTS = \
|
||||||
DISABLED_OPT_TESTS = \
|
DISABLED_OPT_TESTS = \
|
||||||
std/date \
|
std/date \
|
||||||
std/encoding \
|
std/encoding \
|
||||||
|
std/functional \
|
||||||
std/getopt \
|
std/getopt \
|
||||||
std/utf
|
std/utf
|
||||||
|
|
||||||
|
@ -276,8 +277,7 @@ endif
|
||||||
|
|
||||||
$(ROOT)/unittest/%$(DOTEXE) : %.d $(LIB) $(ROOT)/emptymain.d
|
$(ROOT)/unittest/%$(DOTEXE) : %.d $(LIB) $(ROOT)/emptymain.d
|
||||||
@echo Testing $@
|
@echo Testing $@
|
||||||
@$(DMD) $(DFLAGS) -unittest $(LINKOPTS) $(subst /,$(PATHSEP),"-of$@") \
|
@$(DMD) $(DFLAGS) -unittest $(LINKOPTS) $(subst /,$(PATHSEP),"-of$@") $(ROOT)/emptymain.d $<
|
||||||
$(ROOT)/emptymain.d $<
|
|
||||||
# make the file very old so it builds and runs again if it fails
|
# make the file very old so it builds and runs again if it fails
|
||||||
@touch -t 197001230123 $@
|
@touch -t 197001230123 $@
|
||||||
# run unittest in its own directory
|
# run unittest in its own directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue