comparison tests/testincludes/Makefile @ 1595:628433c343b4

Fixed DStress tests nocompile/c/{const_32_B.d,const_32_C.d}. Updated the runtest script to build libtangobos-partial.a if it hasn't already been built. Added in signbit() and va_arg!()() to libtangobos-partial.a so more of the phobos dependent DStress tests pass.
author Robert Clipsham <robert@octarineparrot.com>
date Sun, 08 Nov 2009 16:16:17 +0000
parents 6aaa3d3c1183
children
comparison
equal deleted inserted replaced
1594:9f7151d890ff 1595:628433c343b4
56 ###################################################### 56 ######################################################
57 57
58 OBJ_CORE= \ 58 OBJ_CORE= \
59 std/gc.bc \ 59 std/gc.bc \
60 std/outofmemory.bc \ 60 std/outofmemory.bc \
61 std/IEEE.bc \
62 std/stdarg.bc \
61 # std/asserterror.bc \ 63 # std/asserterror.bc \
62 # std/math.bc \
63 # std/stdarg.bc
64 # std/format.bc \ 64 # std/format.bc \
65 65
66 ALL_OBJS= \ 66 ALL_OBJS= \
67 $(OBJ_CORE) 67 $(OBJ_CORE)
68 68