mirror of
https://github.com/dlang/phobos.git
synced 2025-05-07 03:27:03 +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 = \
|
||||
std/date \
|
||||
std/encoding \
|
||||
std/functional \
|
||||
std/getopt \
|
||||
std/utf
|
||||
|
||||
|
@ -276,8 +277,7 @@ endif
|
|||
|
||||
$(ROOT)/unittest/%$(DOTEXE) : %.d $(LIB) $(ROOT)/emptymain.d
|
||||
@echo Testing $@
|
||||
@$(DMD) $(DFLAGS) -unittest $(LINKOPTS) $(subst /,$(PATHSEP),"-of$@") \
|
||||
$(ROOT)/emptymain.d $<
|
||||
@$(DMD) $(DFLAGS) -unittest $(LINKOPTS) $(subst /,$(PATHSEP),"-of$@") $(ROOT)/emptymain.d $<
|
||||
# make the file very old so it builds and runs again if it fails
|
||||
@touch -t 197001230123 $@
|
||||
# run unittest in its own directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue